.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
+2
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