Skip to content

Commit f88484c

Browse files
committed
chore: add workflow permissions.packages: write for publish to GHCR
1 parent 1dea94f commit f88484c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
default: |
2121
linux/amd64
2222
linux/arm64/v8
23+
2324
workflow_call:
2425
inputs:
2526
tags:
@@ -44,6 +45,8 @@ jobs:
4445
run:
4546
name: Run
4647
runs-on: ubuntu-latest
48+
permissions:
49+
packages: write
4750
steps:
4851
- name: Check out the repo
4952
uses: actions/checkout@v4

0 commit comments

Comments
 (0)