Restrict the number of concurrent syncs

This commit is contained in:
Matt Pryor 2024-01-17 10:15:23 +00:00
parent a3fdb746b2
commit b87566faa5

View File

@ -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