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:
Glenn Jocher 2024-05-29 16:20:52 +02:00 committed by GitHub
parent dd819fc420
commit b95b583237
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 2 deletions

View file

@ -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: |