File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ $publishImages = @()
1717
1818foreach ($arch in $archs ) {
1919 $ciImage = " $image -ci:$version -$arch "
20- $publishImage = " $image :$version -$arch " ;
20+ $publishImage = " $ ( $ image) :$version -$arch " ;
2121
2222 docker pull $ciImage
2323 if ($LASTEXITCODE ) { exit 1 }
@@ -31,14 +31,14 @@ foreach ($arch in $archs) {
3131 $publishImages += $publishImage
3232}
3333
34- $publishManifest = " $image :$version "
34+ $publishManifest = " $ ( $ image) :$version "
3535
3636$pushTags = @ ($publishManifest )
3737
3838if ($isPre -eq $True ) {
39- $pushTags += " $image: preview "
39+ $pushTags += " $ ( $ image) :preview"
4040} else {
41- $pushTags += " $image :$major " , " $image :$major .$minor " , " $image: latest "
41+ $pushTags += " $ ( $ image) :$major " , " $ ( $ image) :$major .$minor " , " $ ( $ image) :latest"
4242}
4343
4444$choices = " &Yes" , " &No"
You can’t perform that action at this time.
0 commit comments