Skip to content

Commit

Permalink
Update the gh clean action
Browse files Browse the repository at this point in the history
  • Loading branch information
vedran-kasalica committed Sep 2, 2024
1 parent 80a4ab1 commit 9a009e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clean-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Delete 'PR' containers older than a week
uses: snok/[email protected]
with:
account: user
account: sanctuuary
image-names: "!latest"
token: ${{ secrets.GH_REPO_TOKEN }}
image-tags: "!latest"
cut-off: 2w 3d
dry-run: true
keep-n-most-recent: 1

0 comments on commit 9a009e2

Please sign in to comment.