Skip to content

Commit

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

Bump snok/container-retention-policy from 1.4.2 to 2.1.2
  • Loading branch information
kjellp authored Aug 30, 2023
2 parents 0fe3669 + 9fa84ee commit fb639ed
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/container-retention-policy@v1.4.2
uses: snok/container-retention-policy@v2.1.2
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/container-retention-policy@v1.4.2
uses: snok/container-retention-policy@v2.1.2
with:
image-names: sda-doa
filter-tags: v*
Expand Down

0 comments on commit fb639ed

Please sign in to comment.