no dry run

Update purge-untagged-images.yml

Update purge-untagged-images.yml
This commit is contained in:
Marc Brugger 2021-11-02 22:45:32 +01:00 committed by bakito
parent f256b5ca81
commit 1057e1263d
No known key found for this signature in database
GPG key ID: FAF93C1C384DD6B4

View file

@ -10,11 +10,10 @@ jobs:
steps:
- name: Prune
uses: bakito/action-ghcr-prune@minified-user
uses: bakito/action-ghcr-prune@main
with:
token: ${{ secrets.PRUNE_IMAGE_TOKEN }}
user: bakito
container: adguardhome-sync
dry-run: true # Dry-run first, then change to `false`
dry-run: false # Dry-run first, then change to `false`
older-than: 7 # days
untagged: true