Skip to content

Commit

Permalink
chore: add docker publishing permissions (#8736)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Aug 3, 2022
1 parent 7d75b54 commit ce5d296
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-docker.yml
Expand Up @@ -37,6 +37,8 @@ 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 ce5d296

Please sign in to comment.