mirror of
https://github.com/rybbit-io/rybbit.git
synced 2025-05-10 20:05:38 +02:00
ci: fix build (possible missing permission)
This commit is contained in:
parent
e80eeaa08e
commit
7f489e22ef
1 changed files with 4 additions and 0 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
@ -185,6 +185,10 @@ jobs:
|
|||
- backend # Wait for client before running the merge job
|
||||
- client # Wait for client before running the merge job
|
||||
|
||||
permissions:
|
||||
contents: read # Allows reading repository contents
|
||||
packages: write # Required to push images to GitHub Container Registry (GHCR)
|
||||
|
||||
steps:
|
||||
|
||||
- name: Download digests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue