Skip to content

Commit 78ce028

Browse files
authored
add note on why we use invoke-expression
1 parent 1176144 commit 78ce028

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Build.Docker.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ function Publish-DockerManifest($archs)
5757
$images += "$image-ci:$version-$($arch.rid) "
5858
}
5959

60+
# We use `invoke-expression` here so each tag is treated as a separate arg
6061
invoke-expression "docker manifest create $image-ci:$version $images"
6162
if ($LASTEXITCODE) { exit 4 }
6263

0 commit comments

Comments
 (0)