skopeo: use insecure-policy
Not sure what this is about, but it prevents me from pushing.
This commit is contained in:
parent
0d649be976
commit
d36bde09e3
1 changed files with 1 additions and 1 deletions
2
push-all
2
push-all
|
@ -16,7 +16,7 @@ for attr in $(echo "$releases_json" | jq -r "keys[]") ; do
|
|||
src=docker-archive://$file
|
||||
dst=docker://$registry/$image_prefix/$attr:$image_tag
|
||||
echo "--- attr=$attr src=$src dst=$dst"
|
||||
skopeo copy "$src" "$dst"
|
||||
skopeo copy --insecure-policy "$src" "$dst"
|
||||
done
|
||||
|
||||
echo OK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue