From cdf58293de3de80aea693327aa0bb59a173c7453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 8 Sep 2022 16:30:52 +0200 Subject: [PATCH] Clean all the images already present in the image given by GitHub --- .github/workflows/main.yaml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 979096b..2172276 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -1,4 +1,3 @@ ---- name: Continuous integration on: @@ -27,6 +26,7 @@ jobs: - 3.5.1 steps: + - run: docker system prune --all --force - uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.gitignore b/.gitignore index 2a30108..795b597 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /charts/ /tests/*actual.yaml */__pycache__/* +/.github/changelog-generator-cache