fix: GHA workflow fails to delete untagged docker images

This commit is contained in:
sebthom
2025-11-02 16:30:36 +01:00
parent 1244fce528
commit 214dd09809

View File

@@ -351,7 +351,8 @@ jobs:
timeout-minutes: 5 timeout-minutes: 5
permissions: permissions:
contents: write contents: write # to delete/create GitHub releases
packages: write # to delete untagged docker images
# run on 'main' and 'release' branch when: # run on 'main' and 'release' branch when:
# build succeeded, AND # build succeeded, AND