Skip to content

Commit

Permalink
ci: actually delete branch and pr docker images after 2 weeks
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi committed Jan 18, 2025
1 parent 838e4ba commit fc3cf04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
with:
token: ${{ secrets.GH_CLEANUP_PAT }}
package: docker-pixelfed
dry-run: true
# dry-run: true
delete-tags: "pr-*,branch-*"
exclude-tags: "branch-main-*"
older-than: 1 month
older-than: 2 weeks

# See: https://github.com/dataaxiom/ghcr-cleanup-action?tab=readme-ov-file#action-options
# - name: Delete branch images
Expand Down

0 comments on commit fc3cf04

Please sign in to comment.