From 355b71ed0e5ab28b50340778e2a7b7786eec7623 Mon Sep 17 00:00:00 2001 From: xia0o0o0o <22996989+KpwnZ@users.noreply.github.com> Date: Thu, 9 May 2024 22:06:01 -0700 Subject: [PATCH] chore: don't prune for now --- .github/workflows/ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e127a55..3a9558a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,18 +80,3 @@ jobs: labels: ${{ steps.meta.outputs.labels }} platforms: linux/amd64,linux/arm64 push: true - - - name: Prune old packages - uses: vlaurin/action-ghcr-prune@v0.6.0 - with: - dry-run: false - token: ${{ secrets.PACKAGE_TOKEN }} - container: ${{ github.event.repository.name }}/gzctf - keep-tags-regexes: ^v\d+\.\d+\.\d+$ - prune-tags-regexes: ^[0-9a-f]{6,40} - keep-tags: | - latest - main - develop - keep-last: 20 - prune-untagged: false