Skip to content

Commit

Permalink
build: Attempt to fix docker permission error
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed May 19, 2024
1 parent 6839289 commit eac54e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
push:
branches:
- main

jobs:
push:
strategy:
fail-fast: false
matrix:
package: [web, workers, cli]
runs-on: ubuntu-latest
Expand All @@ -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
Expand Down

0 comments on commit eac54e6

Please sign in to comment.