mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
Add write-all permissions to docker push
This commit is contained in:
parent
ebcb7bc4d1
commit
46a2c29b22
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish-docker-auto.yml
vendored
1
.github/workflows/publish-docker-auto.yml
vendored
|
|
@ -1,5 +1,6 @@
|
|||
# Referenced from: https://docs.github.com/en/actions/publishing-packages/publishing-docker-images#introduction
|
||||
name: Publish Docker to GHCR
|
||||
permissions: write-all
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue