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