mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38: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
|
name: Production
|
||||||
needs:
|
needs:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
packages: write
|
||||||
|
id-token: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue