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