Skip to content

Commit 7c76e5f

Browse files
committed
wip
1 parent 7a6aeef commit 7c76e5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ func execSkopeoCommand(sourceImage, destinationImage string, sourceRegistryCrede
171171
skopeoCommand := "skopeo"
172172
skopeoArgs := []string{
173173
"copy",
174-
"--multi-arch all",
174+
"--multi-arch",
175+
"all",
175176
"--src-creds=" + sourceRegistryCredential.Username + ":" + sourceRegistryCredential.Password,
176177
"docker://" + sourceImage,
177178
"--dest-creds=" + destinationRegistryCredential.Username + ":" + destinationRegistryCredential.Password,

0 commit comments

Comments
 (0)