Skip to content

Commit ef75fa7

Browse files
author
Pat
authored
workflows: fix version (#5570)
Signed-off-by: Patrick Stephens <[email protected]>
1 parent 552af7a commit ef75fa7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-closed-docker.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ jobs:
99
name: PR - cleanup pr-${{ github.event.number }} images
1010
runs-on: ubuntu-latest
1111
permissions:
12+
# We may need a specific token here with `packages:admin` privileges which is not available to GITHUB_TOKEN
1213
packages: write
1314
steps:
14-
- uses: vlaurin/action-ghcr-prune@0.4.0
15+
- uses: vlaurin/action-ghcr-prune@v0.4.0
1516
with:
1617
organization: fluent
1718
container: fluent-bit/pr-${{ github.event.number }}

0 commit comments

Comments
 (0)