parent
c45c53b8c4
commit
18d25bb382
1 changed files with 4 additions and 2 deletions
6
push-all
6
push-all
|
@ -13,8 +13,10 @@ echo "=== Pushing images to $registry"
|
|||
|
||||
for attr in $(echo "$releases_json" | jq -r "keys[]") ; do
|
||||
file=$(echo "$releases_json" | jq -r ".\"$attr\"")
|
||||
echo "--- $attr -> $file"
|
||||
skopeo copy "docker-archive://$file" "docker://$registry/$image_prefix/$attr:$image_tag"
|
||||
src=docker-archive://$file
|
||||
dst=docker://$registry/$image_prefix/$attr:$image_tag
|
||||
echo "--- attr=$attr src=$src dst=$dst"
|
||||
skopeo copy "$src" "$dst"
|
||||
done
|
||||
|
||||
echo OK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue