Skip to content

Commit

Permalink
Merge branch 'main' of github.com:bakito/truststore-injector-webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Oct 30, 2021
2 parents 1675027 + ae4eef2 commit 1c104bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,11 @@ jobs:
run: echo ${{ steps.docker_build.outputs.digest }}

- name: Prune
uses: bakito/action-ghcr-prune@main
uses: bakito/action-ghcr-prune@minified-user
with:
token: ${{ secrets.PRUNE_IMAGE_TOKEN }}
user: bakito
container: java-truststore-injection-webhook
dry-run: false # Dry-run first, then change to `false`
older-than: 7 # days
keep-last: 2
untagged: true

0 comments on commit 1c104bc

Please sign in to comment.