aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index e6ba8213..128532a2 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -6,9 +6,11 @@ on:
push:
branches:
- main
+
jobs:
push:
strategy:
+ fail-fast: false
matrix:
package: [web, workers, cli]
runs-on: ubuntu-latest
@@ -26,7 +28,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.GHCR_GITHUB_PAT }}
- name: Build ${{ matrix.package }}
uses: docker/build-push-action@v5