Skip to content

Commit 000cd18

Browse files
authored
rw perms in manifest (#136)
* run only in PR * use dedicated builds (smh) * manifest * add platform tags temporarily * remove unneeded newline * rw perms * temporarily run on my branch * remove temp branch
1 parent 7f3c96d commit 000cd18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
manifest:
5252
needs: push-containers
5353
runs-on: ubuntu-24.04
54+
permissions:
55+
contents: read
56+
packages: write
5457
steps:
5558
- name: Log in to GHCR
5659
uses: docker/login-action@v3

0 commit comments

Comments
 (0)