Skip to content

Commit 214dd09

Browse files
committed
fix: GHA workflow fails to delete untagged docker images
1 parent 1244fce commit 214dd09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,8 @@ jobs:
351351
timeout-minutes: 5
352352

353353
permissions:
354-
contents: write
354+
contents: write # to delete/create GitHub releases
355+
packages: write # to delete untagged docker images
355356

356357
# run on 'main' and 'release' branch when:
357358
# – build succeeded, AND

0 commit comments

Comments
 (0)