Skip to content

Commit 52b48bf

Browse files
committed
ci: fix GHCR write access in Action
Signed-off-by: Evan Wies <evan@neomantra.net>
1 parent 5e0b5e1 commit 52b48bf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ env:
1212
GHCR_IMAGE: ghcr.io/${{ github.repository_owner }}/openresty
1313
DOCKERHUB_IMAGE: openresty/openresty
1414

15+
permissions:
16+
contents: read
17+
packages: write
18+
1519
jobs:
1620
build:
1721
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)