Skip to content

Commit

Permalink
chore: don't prune for now
Browse files Browse the repository at this point in the history
  • Loading branch information
KpwnZ authored May 10, 2024
1 parent a9bd9b9 commit 355b71e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 355b71e

Please sign in to comment.