Skip to content

Commit

Permalink
Fix ContainerImageTags formatting in dotnet-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytes committed Feb 14, 2024
1 parent f498a84 commit 797a0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
dotnet publish -c Release -t:PublishContainer \
-p ContainerRepository=${{ env.IMAGE_NAME }} \
-p ContainerRegistry=${{ vars.DOCKER_LOGIN_SERVER }} \
-p ContainerImageTags="${{ env.TAG }};latest"
-p ContainerImageTags='"${{ env.TAG }};latest"'
working-directory: src/SampleApi

0 comments on commit 797a0aa

Please sign in to comment.