Skip to content

Commit eac54e6

Browse files
committed
build: Attempt to fix docker permission error
1 parent 6839289 commit eac54e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
push:
77
branches:
88
- main
9+
910
jobs:
1011
push:
1112
strategy:
13+
fail-fast: false
1214
matrix:
1315
package: [web, workers, cli]
1416
runs-on: ubuntu-latest
@@ -26,7 +28,7 @@ jobs:
2628
with:
2729
registry: ghcr.io
2830
username: ${{ github.actor }}
29-
password: ${{ secrets.GITHUB_TOKEN }}
31+
password: ${{ secrets.GHCR_GITHUB_PAT }}
3032

3133
- name: Build ${{ matrix.package }}
3234
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)