Skip to content

Commit

Permalink
disable container cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
heckenmann authored Nov 18, 2023
1 parent f758351 commit 2b24ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-retention-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
name: Delete old unused container images
runs-on: ubuntu-latest
steps:
- name: Delete 'signature' containers
- name: Delete old containers
uses: snok/container-retention-policy@v2
with:
image-names: "*"
dry-run: false
dry-run: true
untagged-only: true
cut-off: Two minutes ago UTC
account-type: personal
Expand Down

0 comments on commit 2b24ce6

Please sign in to comment.