mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
Allow GitHub actions to write to container registry
This commit is contained in:
parent
e88c5f3fd0
commit
a821e89722
6
.github/workflows/docker-publish.yml
vendored
6
.github/workflows/docker-publish.yml
vendored
|
|
@ -97,6 +97,12 @@ jobs:
|
|||
name: Production
|
||||
needs:
|
||||
- build
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
id-token: write
|
||||
|
||||
steps:
|
||||
- name: Prepare
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue