Skip to content

Commit 455587b

Browse files
committed
fix: run manifest commands sequentially to avoid Docker Hub rate limit
1 parent ae97a51 commit 455587b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-group.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
password: ${{ secrets.GITHUB_TOKEN }}
7272
- name: Create multi-arch manifests
7373
run: |
74-
echo '${{ inputs.manifestCmds }}' | xargs -P 4 -d '\n' -I {} sh -c '{}'
74+
echo '${{ inputs.manifestCmds }}' | xargs -P 1 -d '\n' -I {} sh -c '{}'

0 commit comments

Comments
 (0)