Skip to content

Commit

Permalink
Bump snok/container-retention-policy from 2.1.3 to 2.2.1
Browse files Browse the repository at this point in the history
Bumps [snok/container-retention-policy](https://github.com/snok/container-retention-policy) from 2.1.3 to 2.2.1.
- [Release notes](https://github.com/snok/container-retention-policy/releases)
- [Commits](snok/container-retention-policy@v2.1.3...v2.2.1)

---
updated-dependencies:
- dependency-name: snok/container-retention-policy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent cddcea1 commit 9b3eb1d
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 9b3eb1d

Please sign in to comment.