Skip to content

Commit 7fd9cef

Browse files
EwanT-21claude
andcommitted
Fix MSBuild property quoting for multi-tag container publish.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 9e41070 commit 7fd9cef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ jobs:
5555
-t:PublishContainer
5656
-p:ContainerRegistry=ghcr.io
5757
-p:ContainerRepository=${{ steps.namespace.outputs.namespace }}/dataverse-emulator-host
58-
-p:ContainerImageTags="${{ env.IMAGE_TAG }};latest"
59-
-p:ContainerRuntimeIdentifiers="linux-x64;linux-arm64"
58+
'-p:ContainerImageTags="${{ env.IMAGE_TAG }};latest"'
59+
'-p:ContainerRuntimeIdentifiers="linux-x64;linux-arm64"'

0 commit comments

Comments
 (0)