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
|
runs-on: ubuntu-latest
|
||||||
needs: [build_manifest_matrix]
|
needs: [build_manifest_matrix]
|
||||||
strategy:
|
strategy:
|
||||||
|
# Restrict the maximum number of parallel syncs to avoid quay.io push limits
|
||||||
|
# Anonymous pulls are not rate-limited
|
||||||
|
max-parallel: 3
|
||||||
matrix:
|
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) }}
|
manifest-file: ${{ fromJSON(needs.build_manifest_matrix.outputs.manifest-files) }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
|
Loading…
x
Reference in New Issue
Block a user