Restrict the number of concurrent syncs
This commit is contained in:
parent
a3fdb746b2
commit
b87566faa5
3
.github/workflows/sync-images.yaml
vendored
3
.github/workflows/sync-images.yaml
vendored
@ -29,6 +29,9 @@ jobs:
|
||||
needs: [build_manifest_matrix]
|
||||
strategy:
|
||||
matrix:
|
||||
# Restrict the maximum number of parallel syncs to avoid quay.io push limits
|
||||
# Anonymous pulls are not rate-limited
|
||||
max-parallel: 3
|
||||
manifest-file: ${{ fromJSON(needs.build_manifest_matrix.outputs.manifest-files) }}
|
||||
steps:
|
||||
- name: Check out the repository
|
||||
|
Loading…
x
Reference in New Issue
Block a user