Skip to content

Commit

Permalink
Update BuildAndPushApiDockerImage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-GDEV authored Nov 13, 2024
1 parent ed3a25f commit 06561d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/BuildAndPushApiDockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ jobs:
context: .
file: docker/WardrobeManager.Api/Dockerfile
push: true
tags: ${{ github.event.release.tag_name }}
tags: ${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }} , ${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:latest

0 comments on commit 06561d2

Please sign in to comment.