Skip to content

Commit

Permalink
fix clean job
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Oct 21, 2024
1 parent b6b6531 commit d47f7ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ jobs:
- name: Delete old images
uses: snok/[email protected]
with:
account: user
account: stratumauth
token: ${{ secrets.PAT }}
image-names: "stratumwebsite*"
image-names: "website*"
image-tags: "!latest v*"
cut-off: 2d
keep-n-most-recent: 3

0 comments on commit d47f7ef

Please sign in to comment.