Skip to content

Commit

Permalink
Clean all the images already present in the image given by GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 8, 2022
1 parent 054194c commit cdf5829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Continuous integration

on:
Expand Down Expand Up @@ -27,6 +26,7 @@ jobs:
- 3.5.1

steps:
- run: docker system prune --all --force
- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/charts/
/tests/*actual.yaml
*/__pycache__/*
/.github/changelog-generator-cache

0 comments on commit cdf5829

Please sign in to comment.