Skip to content

Commit 072324f

Browse files
committed
Add permission request to image build action
1 parent c1e5f0e commit 072324f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ on:
1919
jobs:
2020
build_container:
2121
runs-on: ubuntu-latest
22+
permissions:
23+
packages: write
2224
steps:
2325
- name: Checkout
2426
uses: actions/checkout@v3

0 commit comments

Comments
 (0)