Retry once for Docker CI failures (#8164)
This commit is contained in:
parent
21d5ebd638
commit
ebf65075dd
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue