From db99f6f00564e68d7267f29a2a35e512ab20f362 Mon Sep 17 00:00:00 2001 From: Rafael Breno <32229014+rafaelbreno@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:01:27 -0300 Subject: [PATCH] Add max-retries field --- actions/publish-image/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/publish-image/action.yaml b/actions/publish-image/action.yaml index 36d5553f..64581b8a 100644 --- a/actions/publish-image/action.yaml +++ b/actions/publish-image/action.yaml @@ -207,7 +207,7 @@ runs: shell: bash if: ${{ inputs.push-to-prime == true || inputs.push-to-prime == 'true' }} run: | - max_retries=3 + max_retries=10 retry_delay=5 i=0