Fix typo in workflow
This commit is contained in:
parent
b87566faa5
commit
f718b33969
6
.github/workflows/sync-images.yaml
vendored
6
.github/workflows/sync-images.yaml
vendored
@ -28,10 +28,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build_manifest_matrix]
|
||||
strategy:
|
||||
# Restrict the maximum number of parallel syncs to avoid quay.io push limits
|
||||
# Anonymous pulls are not rate-limited
|
||||
max-parallel: 3
|
||||
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…
Reference in New Issue
Block a user