remove prune workflow

This commit is contained in:
bakito 2021-11-10 19:27:44 +01:00
parent 9fc886e151
commit a1d94898cb
No known key found for this signature in database
GPG key ID: FAF93C1C384DD6B4

View file

@ -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