Fix typo in workflow

This commit is contained in:
Matt Pryor 2024-01-17 10:16:22 +00:00
parent b87566faa5
commit f718b33969

View File

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