mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 21:44: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:
|
with:
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
retry_wait_seconds: 0
|
retry_wait_seconds: 0
|
||||||
max_attempts: 1
|
max_attempts: 2 # retry once
|
||||||
command: |
|
command: |
|
||||||
docker build \
|
docker build \
|
||||||
--platform ${{ matrix.platforms }} \
|
--platform ${{ matrix.platforms }} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user