Skip to content

Commit

Permalink
publish: increase delay to delete temp arch tags (#18137)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroslopez authored Oct 19, 2022
1 parent 2b6730e commit db0227e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/integrations/manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ cmd_publish() {
docker manifest rm $versioned_image

# delete the temporary image tags made with arch_versioned_image
sleep 5
sleep 10
for arch in $(echo $build_arch | sed "s/,/ /g")
do
local arch_versioned_tag=`echo $arch | sed "s/\//-/g"`-$image_version
Expand Down

0 comments on commit db0227e

Please sign in to comment.