We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552af7a commit ef75fa7Copy full SHA for ef75fa7
.github/workflows/pr-closed-docker.yaml
@@ -9,9 +9,10 @@ jobs:
9
name: PR - cleanup pr-${{ github.event.number }} images
10
runs-on: ubuntu-latest
11
permissions:
12
+ # We may need a specific token here with `packages:admin` privileges which is not available to GITHUB_TOKEN
13
packages: write
14
steps:
- - uses: vlaurin/action-ghcr-prune@0.4.0
15
+ - uses: vlaurin/action-ghcr-prune@v0.4.0
16
with:
17
organization: fluent
18
container: fluent-bit/pr-${{ github.event.number }}
0 commit comments