Skip to content

Commit

Permalink
Merge pull request #241 from neicnordic/dependabot/github_actions/sno…
Browse files Browse the repository at this point in the history
…k/container-retention-policy-2.1.3

Bump snok/container-retention-policy from 2.1.2 to 2.1.3
  • Loading branch information
Parisa68 authored Nov 20, 2023
2 parents e00d369 + 617a4f3 commit 9ec831e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghcr-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
packages: write
steps:
- name: Delete 'PR' containers older than a week
uses: snok/[email protected].2
uses: snok/[email protected].3
with:
image-names: sda-doa
filter-tags: PR*, sha-*
Expand All @@ -28,7 +28,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Delete all containers older than treee months, using a wildcard
uses: snok/[email protected].2
uses: snok/[email protected].3
with:
image-names: sda-doa
filter-tags: v*
Expand Down

0 comments on commit 9ec831e

Please sign in to comment.