ci: retry on build failure as well (#2457)

This commit is contained in:
Simon Mo 2024-01-16 12:51:04 -08:00 committed by GitHub
parent 947f0b23cc
commit 8cd5a992bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ steps:
- "docker push {{ docker_image }}"
env:
DOCKER_BUILDKIT: "1"
retry:
automatic:
- exit_status: -1 # Agent was lost
limit: 5
- wait
{% for step in steps %}