Skip to content

Commit

Permalink
arbitrarily bump tag limit
Browse files Browse the repository at this point in the history
  • Loading branch information
maskarb committed Jan 16, 2025
1 parent e4010c8 commit 4523a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function wait_for_image() {

local count=0
local max=60 # Try for up to 30 minutes
until podman image search --limit 500 --list-tags "${IMAGE}" | grep -q "${IMAGE_TAG}"; do
until podman image search --limit 1000 --list-tags "${IMAGE}" | grep -q "${IMAGE_TAG}"; do
echo "${count}: Checking for image ${IMAGE}:${IMAGE_TAG}..."
sleep 30
((count+=1))
Expand Down

0 comments on commit 4523a87

Please sign in to comment.