chore: fix docker permissions (#8737)

This commit is contained in:
Alex Rudenko 2022-08-03 16:01:46 +02:00 committed by GitHub
parent ce5d296073
commit 6c777e4d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
contents: read contents: read
packages: write
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
@ -37,8 +38,6 @@ jobs:
- name: Pack Puppeteer for docker - name: Pack Puppeteer for docker
run: docker/pack.sh run: docker/pack.sh
- name: Build and push the Docker image - name: Build and push the Docker image
permissions:
packages: write
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with: with:
context: ./docker context: ./docker