Skip to content

Commit

Permalink
repository name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akashtjohn committed Apr 19, 2024
1 parent 63c93d9 commit a23b8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/my-image:${{ env.RELEASE_VERSION }}
tags: ${{ secrets.DOCKERHUB_USERNAME }}/backend:${{ env.RELEASE_VERSION }}

0 comments on commit a23b8cc

Please sign in to comment.