Skip to content

Commit

Permalink
chore: fix docker permissions (#8737)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Aug 3, 2022
1 parent ce5d296 commit 6c777e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-docker.yml
Expand Up @@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -37,8 +38,6 @@ jobs:
- name: Pack Puppeteer for docker
run: docker/pack.sh
- name: Build and push the Docker image
permissions:
packages: write
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: ./docker
Expand Down

0 comments on commit 6c777e4

Please sign in to comment.