.github/workflows/docker.yml: add package write perms

This commit is contained in:
classabbyamp 2022-10-12 00:56:56 -04:00
parent b472cdfa25
commit aac9262469
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ jobs:
docker:
name: Build and push docker images
runs-on: ubuntu-20.04
permissions:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v2