From db0227e051159dcf93851c640c092e7622faa701 Mon Sep 17 00:00:00 2001 From: "Pedro S. Lopez" Date: Wed, 19 Oct 2022 17:18:30 -0400 Subject: [PATCH] publish: increase delay to delete temp arch tags (#18137) --- tools/integrations/manage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/integrations/manage.sh b/tools/integrations/manage.sh index 2215daede757..4029d8db834d 100755 --- a/tools/integrations/manage.sh +++ b/tools/integrations/manage.sh @@ -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