Skip to content

Commit b8de918

Browse files
committed
put in retries for all retry actions
1 parent 24b3363 commit b8de918

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/workflow-docker-manual.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,5 @@ jobs:
9696
tags: ${{ github.repository }}:${{ github.event.inputs.tags }}, quay.io/${{ github.repository }}:${{ github.event.inputs.tags }}, ghcr.io/${{ github.repository }}:${{ github.event.inputs.tags }}, registry.gitlab.com/${{ github.repository }}:${{ github.event.inputs.tags }}
9797
build-args: |
9898
RELEASETAG=${{ github.event.inputs.tags }}
99+
attempt_limit: 3
100+
attempt_delay: 600000

0 commit comments

Comments
 (0)