Skip to content

Commit

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

Bump snok/container-retention-policy from 2.1.3 to 2.2.1
  • Loading branch information
pontus authored Dec 12, 2023
2 parents c03066a + 9b3eb1d commit ce7ede5
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@v2.1.3
uses: snok/container-retention-policy@v2.2.1
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@v2.1.3
uses: snok/container-retention-policy@v2.2.1
with:
image-names: sda-doa
filter-tags: v*
Expand Down

0 comments on commit ce7ede5

Please sign in to comment.