We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0cf0a commit 059bb1cCopy full SHA for 059bb1c
1 file changed
.github/workflows/build-images.yml
@@ -10,9 +10,7 @@ on:
10
- .github/workflows/build-images.yml
11
workflow_dispatch:
12
13
-permissions:
14
- contents: read
15
- packages: write
+permissions: {}
16
17
env:
18
REGISTRY: ghcr.io
@@ -21,6 +19,9 @@ env:
21
19
jobs:
22
20
build:
23
name: Build (${{ matrix.image.name }} ${{ matrix.platform.arch }})
+ permissions:
+ contents: read
24
+ packages: write
25
strategy:
26
fail-fast: false
27
matrix:
@@ -92,6 +93,8 @@ jobs:
92
93
name: Merge manifest (${{ matrix.image }})
94
runs-on: ubuntu-24.04
95
needs: build
96
97
98
99
100
0 commit comments