diff --git a/.github/workflows/BuildAndPushApiDockerImage.yml b/.github/workflows/BuildAndPushApiDockerImage.yml index 437b266..72cab27 100644 --- a/.github/workflows/BuildAndPushApiDockerImage.yml +++ b/.github/workflows/BuildAndPushApiDockerImage.yml @@ -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