Skip to content

Commit 41479ca

Browse files
authored
Adjust push-docker-image permissions. (#1123)
1 parent 657986a commit 41479ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,9 @@ jobs:
285285
if: ${{ github.event_name == 'push' }}
286286
env:
287287
REGISTRY: ghcr.io
288-
packages: write
289-
contents: write
288+
permissions:
289+
packages: write
290+
contents: write
290291
runs-on: ubuntu-22.04
291292
needs:
292293
- test-ubuntu

0 commit comments

Comments
 (0)