120 Minute Docker Publish Action (#13205)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
dd819fc420
commit
b95b583237
2 changed files with 8 additions and 2 deletions
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
|
|
@ -114,7 +114,7 @@ jobs:
|
|||
if: github.event_name == 'push' || github.event.inputs[matrix.dockerfile] == 'true'
|
||||
uses: nick-invision/retry@v3
|
||||
with:
|
||||
timeout_minutes: 60
|
||||
timeout_minutes: 120
|
||||
retry_wait_seconds: 30
|
||||
max_attempts: 2 # retry once
|
||||
command: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue