We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71731b1 commit 4acca4bCopy full SHA for 4acca4b
.github/workflows/prune-docker-images.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Prune plexanisync
11
- uses: vlaurin/action-ghcr-prune@v0.5.0
+ uses: vlaurin/action-ghcr-prune@v0.6.0
12
with:
13
token: ${{ secrets.GITHUB_TOKEN }}
14
user: ${{ github.repository_owner }}
@@ -21,7 +21,7 @@ jobs:
21
^latest$
22
^v\d+
23
- name: Prune tautulli
24
25
26
27
0 commit comments