Skip to content

Commit a0f10d5

Browse files
committed
chore: enhance GitHub Actions workflow with max parallel jobs and registry specification
1 parent 9b6001e commit a0f10d5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- stack
6363
strategy:
6464
fail-fast: false
65+
max-parallel: 3
6566
matrix:
6667
target: ${{ fromJson(needs.prepare.outputs.targets) }}
6768
registry:
@@ -108,6 +109,7 @@ jobs:
108109
- name: Login to ghcr
109110
uses: docker/login-action@v2
110111
with:
112+
registry: ghcr.io
111113
username: ${{ github.actor }}
112114
password: ${{ github.token }}
113115

0 commit comments

Comments
 (0)