Skip to content

Commit

Permalink
chore: fix prun logic
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Dec 28, 2024
1 parent ee35de2 commit f7582f7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/image-prune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,19 @@ jobs:
account-type: personal
org-name: karl-cardenas-coding
keep-at-least: 1
skip-tags: nightly
skip-tags: "v*"
filter-tags: "nightly"
filter-include-untagged: true
dry-run: false
token-type: github-token
token: ${{ secrets.GITHUB_TOKEN }}


- name: Actions Ntfy
if: failure()
run: |
curl \
-u ${{ secrets.NTFY_TOKEN }} \
-H 'Authorization: ${{ secrets.NTFY_TOKEN }}' \
-H "go-lambda-cleanup Nightly Release" \
-H "X-Tags: warning" \
-H "Markdown: yes" \
Expand Down

0 comments on commit f7582f7

Please sign in to comment.