Skip to content

Commit

Permalink
deal with caps
Browse files Browse the repository at this point in the history
  • Loading branch information
AnushaPB authored Apr 9, 2024
1 parent e4372b4 commit 6f79b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ghcr.io/anushapb/codespacer:latest
run: docker build . --file Dockerfile --tag ghcr.io/${GITHUB_REPOSITORY,,}:latest
- name: Publish
run: docker push ghcr.io/${GITHUB_REPOSITORY}:latest
run: docker push ghcr.io/${GITHUB_REPOSITORY,,}:latest

0 comments on commit 6f79b51

Please sign in to comment.