Skip to content

Commit 141aebb

Browse files
committed
Fix: Address workflow persmissions
* Added permissions block to the docker-build workflow
1 parent ea96377 commit 141aebb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: Build and Push Docker Image for nginx-utils container
2+
permissions:
3+
contents: read
4+
packages: write
5+
actions: write
26
on:
37
push:
48
branches:

0 commit comments

Comments
 (0)