Finish all syncs even if one fails
This commit is contained in:
parent
dc42853847
commit
c8420e881a
2
.github/workflows/sync-images.yaml
vendored
2
.github/workflows/sync-images.yaml
vendored
@ -31,6 +31,8 @@ jobs:
|
||||
# Restrict the maximum number of parallel syncs to avoid quay.io push limits
|
||||
# Anonymous pulls are not rate-limited
|
||||
max-parallel: 4
|
||||
# If one sync fails, continue with the others
|
||||
fail-fast: false
|
||||
matrix:
|
||||
manifest-file: ${{ fromJSON(needs.build_manifest_matrix.outputs.manifest-files) }}
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user