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 6ff4608
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@ on:
push:
branches:
- main

permissions:
packages: write

jobs:
push:
strategy:
fail-fast: false
matrix:
package: [web, workers, cli]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6ff4608

Please sign in to comment.