From ad3652b39649249e24c11b8fc582d18e0b2c4ce3 Mon Sep 17 00:00:00 2001 From: Jocelyn Le Sage Date: Fri, 28 Jun 2024 07:44:09 -0400 Subject: [PATCH] Disable build cache to reduce space used while building. --- .github/workflows/build-baseimage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-baseimage.yml b/.github/workflows/build-baseimage.yml index 3fa1c3f..1d94520 100644 --- a/.github/workflows/build-baseimage.yml +++ b/.github/workflows/build-baseimage.yml @@ -140,6 +140,7 @@ jobs: push: true pull: true provenance: false + no-cache: true platforms: ${{ fromJSON(matrix.info).platforms }} tags: localhost:5000/${{ env.DOCKER_IMAGE_NAME }}:github-ci build-args: |