ci: fix docker image workflow permissions (#1013)

* Update docker.yaml

* Fix indentation in docker workflow file
This commit is contained in:
twsl 2025-01-06 06:04:31 +01:00 committed by GitHub
parent 02a3abd892
commit 77f8a368a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,9 @@ on:
- v*
- "*"
permissions:
packages: write
env:
REGISTRY: ghcr.io
DOCKER_IMAGE: ghcr.io/${{ github.repository }}