mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
Add write-all permissions to docker push
This commit is contained in:
parent
ebcb7bc4d1
commit
46a2c29b22
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…
Reference in New Issue
Block a user