Skip to content

Commit 5f645b7

Browse files
committed
put in retries for all retry actions
1 parent b8de918 commit 5f645b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484
tags: ghcr.io/${{ github.repository }}:${{ steps.generate_temporary_tag_name.outputs.test_tag }}
8585
build-args: |
8686
RELEASETAG=${{ steps.identify_github_release_tag_name.outputs.tag }}
87+
attempt_limit: 3
88+
attempt_delay: 600000
8789
- name: Run tests using previously built image
8890
shell: bash
8991
run: |
@@ -103,3 +105,5 @@ jobs:
103105
tags: ${{ github.repository }}:latest, ${{ github.repository }}:${{ steps.identify_github_release_tag_name.outputs.tag }}, quay.io/${{ github.repository }}:latest, quay.io/${{ github.repository }}:${{ steps.identify_github_release_tag_name.outputs.tag }}, ghcr.io/${{ github.repository }}:latest, ghcr.io/${{ github.repository }}:${{ steps.identify_github_release_tag_name.outputs.tag }}, registry.gitlab.com/${{ github.repository }}:latest, registry.gitlab.com/${{ github.repository }}:${{ steps.identify_github_release_tag_name.outputs.tag }}
104106
build-args: |
105107
RELEASETAG=${{ steps.identify_github_release_tag_name.outputs.tag }}
108+
attempt_limit: 3
109+
attempt_delay: 600000

0 commit comments

Comments
 (0)