Adjust matrix concurrency
This commit is contained in:
parent
383dbf1cbc
commit
a2a094f819
2
.github/workflows/sync-images.yaml
vendored
2
.github/workflows/sync-images.yaml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
strategy:
|
||||
# Restrict the maximum number of parallel syncs to avoid quay.io push limits
|
||||
# Anonymous pulls are not rate-limited
|
||||
max-parallel: 3
|
||||
max-parallel: 2
|
||||
matrix:
|
||||
manifest-file: ${{ fromJSON(needs.build_manifest_matrix.outputs.manifest-files) }}
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user