Skip to content

Commit

Permalink
Revert "add container cleanup dry-run"
Browse files Browse the repository at this point in the history
This reverts commit 4c52e32.
  • Loading branch information
nickbreen committed Sep 4, 2023
1 parent 4c52e32 commit 5dea783
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ jobs:
set: |
*.cache-from=type=gha
*.cache-to=type=gha,mode=max
- name: Prune Dangling Container Images
uses: snok/container-retention-policy@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
account-type: personal
image-names: nickbreen/bz-platforms2/executors/*
untagged-only: true
cut-off: 1 day ago UTC
dry-run: true
bazel:
name: Bazel Build & Test
Expand Down

0 comments on commit 5dea783

Please sign in to comment.