Skip to content

Commit

Permalink
Update container-housekeeping.yml
Browse files Browse the repository at this point in the history
version upgrade
  • Loading branch information
Stwissel authored Jun 27, 2024
1 parent 0837add commit 8e5f9f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Keep R12 production to 5
uses: actions/delete-package-versions@v4.1.1
uses: actions/delete-package-versions@v5.0.0
with:
package-name: 'projectkeep-r12'
package-type: 'container'
min-versions-to-keep: 5
token: ${{ secrets.NUKE_TOKEN }}
- name: Keep R14 production to 5
uses: actions/delete-package-versions@v4.1.1
uses: actions/delete-package-versions@v5.0.0
with:
package-name: 'projectkeep-r14'
package-type: 'container'
Expand Down

0 comments on commit 8e5f9f7

Please sign in to comment.