We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1176144 commit 78ce028Copy full SHA for 78ce028
Build.Docker.ps1
@@ -57,6 +57,7 @@ function Publish-DockerManifest($archs)
57
$images += "$image-ci:$version-$($arch.rid) "
58
}
59
60
+ # We use `invoke-expression` here so each tag is treated as a separate arg
61
invoke-expression "docker manifest create $image-ci:$version $images"
62
if ($LASTEXITCODE) { exit 4 }
63
0 commit comments