From a1d94898cb138b85f4606fe3e7b1f17de9b8643e Mon Sep 17 00:00:00 2001 From: bakito Date: Wed, 10 Nov 2021 19:27:44 +0100 Subject: [PATCH] remove prune workflow --- .github/workflows/purge-untagged-images.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/purge-untagged-images.yml diff --git a/.github/workflows/purge-untagged-images.yml b/.github/workflows/purge-untagged-images.yml deleted file mode 100644 index e9368f4..0000000 --- a/.github/workflows/purge-untagged-images.yml +++ /dev/null @@ -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