Skip to content

Commit

Permalink
ci: cherry pick #3053 (#3054)
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
  • Loading branch information
sozercan authored Oct 9, 2023
1 parent 96cd384 commit fd65155
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
steps:
- name: Cleanup disk
run: |
docker system prune -a -f
# Filter out local helm-gh-pages image so we don't delete it
docker system prune -a -f --filter "label!=org.opencontainers.image.source=https://github.com/stefanprodan/alpine-base"
- name: Harden Runner
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
Expand Down

0 comments on commit fd65155

Please sign in to comment.