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 4419427 commit ed3a25f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/BuildAndPushApiDockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ jobs:
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 ed3a25f

Please sign in to comment.