Skip to content

Commit

Permalink
attempt at new retry code
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Jul 1, 2024
1 parent cab4b4d commit eb58750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-docker-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ jobs:
context: .
load: true
tags: ghcr.io/${{ github.repository }}:${{ steps.generate_temporary_tag_name.outputs.test_tag }}
build-args: RELEASETAG=${{ steps.identify_github_release_tag_name.outputs.tag }}
RELEASETAG=${{ github.event.inputs.tags }}
attempt_limit: 3
attempt_delay: 2000
attempt_delay: 600000
- name: Run tests using previously built image
shell: bash
run: |
Expand Down

0 comments on commit eb58750

Please sign in to comment.