From 06561d2222789b01440305749a64a2f645c7830e Mon Sep 17 00:00:00 2001 From: Musa Ahmed Date: Wed, 13 Nov 2024 16:46:02 -0500 Subject: [PATCH] Update BuildAndPushApiDockerImage.yml --- .github/workflows/BuildAndPushApiDockerImage.yml | 1 - 1 file changed, 1 deletion(-) 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