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

View file

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