From 981908d3ffb0e6f4f46f2bf8d3d0b5911d8e562b Mon Sep 17 00:00:00 2001 From: BtbN Date: Thu, 10 Jun 2021 15:35:53 +0200 Subject: [PATCH] Remove obsolete manual purging of old artifacts --- .github/workflows/build.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c2eca9..75871af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,15 +14,6 @@ env: DOCKER_BUILDKIT: 1 jobs: - purge_artifacts: - name: Purge old artifacts - runs-on: ubuntu-latest - steps: - - name: Purge old artifacts - uses: c-hive/gha-remove-artifacts@v1 - with: - age: 0 days - skip-recent: 3 build_base: name: Build base image runs-on: ubuntu-latest