Skip to content

Commit

Permalink
put in retries for all retry actions
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Jul 4, 2024
1 parent c0ad799 commit 7d356d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow-docker-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,5 @@ jobs:
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 }}
build-args: |
RELEASETAG=${{ github.event.inputs.tags }}
attempt_limit: 3
attempt_delay: 600000

0 comments on commit 7d356d3

Please sign in to comment.