mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2025-01-08 16:19:34 +08:00
remove prune workflow
This commit is contained in:
parent
9fc886e151
commit
a1d94898cb
1 changed files with 0 additions and 19 deletions
19
.github/workflows/purge-untagged-images.yml
vendored
19
.github/workflows/purge-untagged-images.yml
vendored
|
@ -1,19 +0,0 @@
|
|||
name: prune-images
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Prune
|
||||
uses: vlaurin/action-ghcr-prune@main
|
||||
with:
|
||||
token: ${{ secrets.PRUNE_IMAGE_TOKEN }}
|
||||
container: adguardhome-sync
|
||||
dry-run: false # Dry-run first, then change to `false`
|
||||
older-than: 7 # days
|
||||
untagged: true
|
Loading…
Reference in a new issue