skopeo: use insecure-policy

Not sure what this is about, but it prevents me from pushing.
This commit is contained in:
zimbatm
2021-02-10 14:06:22 +01:00
parent 0d649be976
commit d36bde09e3

View File

@@ -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