Skip to content

Commit 87b0589

Browse files
committed
Problem: can't push the final image
``` denied: installation not allowed to Write organization package ``` Solution: give more permissions
1 parent e119247 commit 87b0589

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
6868
needs: build
6969
runs-on: ubuntu-latest
7070

71+
permissions:
72+
contents: read
73+
packages: write
74+
7175
steps:
7276
- uses: actions/checkout@v3
7377

0 commit comments

Comments
 (0)