ci: remove unnecessary permissions from docker workflow

This commit is contained in:
Márk Sági-Kazár 2021-12-30 18:12:08 +01:00 committed by GitHub
parent c8d55ce016
commit d112627564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ jobs:
docker:
name: Docker
runs-on: ubuntu-latest
permissions:
packages: "write"
steps:
- name: Checkout