mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 05:24:22 +08:00
Retry once for Docker CI failures (#8164)
This commit is contained in:
parent
21d5ebd638
commit
ebf65075dd
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@ -113,7 +113,7 @@ jobs:
|
||||
with:
|
||||
timeout_minutes: 60
|
||||
retry_wait_seconds: 0
|
||||
max_attempts: 1
|
||||
max_attempts: 2 # retry once
|
||||
command: |
|
||||
docker build \
|
||||
--platform ${{ matrix.platforms }} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user