Skip to content

Commit f69569c

Browse files
committed
32131
1 parent 9642a91 commit f69569c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release-services-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
done
198198
- name: Verify multi-platform support
199199
run: |
200-
MAX_RETRIES=3
200+
MAX_RETRIES=6
201201
RETRY_DELAY=10
202202
for ((i=1; i<=MAX_RETRIES; i++)); do
203203
manifest=$(docker manifest inspect "${{ secrets.DOCKER_USERNAME }}/$IMAGE_NAME:$tag" || echo "error")

0 commit comments

Comments
 (0)