ci: Limit permissions for the docker publish workflow (@fehmer) (#6199)

This commit is contained in:
Christian Fehmer 2025-01-22 15:36:00 +01:00 committed by GitHub
parent 16e92d35cf
commit fc6564289c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,9 @@
name: Publish Docker image
permissions:
contents: read
on:
release:
types: [published]