Skip to content

Commit

Permalink
Bump snok/container-retention-policy from 2.1.2 to 2.1.3 (#2636)
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.2 to 2.1.3.
- [Release notes](https://github.com/snok/container-retention-policy/releases)
- [Commits](snok/container-retention-policy@04c70fd...3d27e6a)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent 41c9c48 commit 0160b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Delete untagged images older than 1 week
uses: snok/container-retention-policy@04c70fd030033036d69c0057e0d125bf25820544 # v2.1.2
uses: snok/container-retention-policy@3d27e6a0361deed0b7dc5099a82eadd07924b177 # v2.1.3
with:
account-type: org
org-name: ministryofjustice
Expand All @@ -23,7 +23,7 @@ jobs:
token: ${{ secrets.BOT_GITHUB_PACKAGES_TOKEN }}

- name: Delete all images older than a month that aren't currently deployed
uses: snok/container-retention-policy@04c70fd030033036d69c0057e0d125bf25820544 # v2.1.2
uses: snok/container-retention-policy@3d27e6a0361deed0b7dc5099a82eadd07924b177 # v2.1.3
with:
account-type: org
org-name: ministryofjustice
Expand Down

0 comments on commit 0160b62

Please sign in to comment.