mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
fix: GHA workflow fails to delete untagged docker images
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user