From c94cb7adbf12ae9865eeaa05186dd1feed75b6f2 Mon Sep 17 00:00:00 2001 From: Kian-Tat Lim Date: Fri, 2 Aug 2024 05:12:45 +0000 Subject: [PATCH] Remove cache. Incorporating new builds of rubin-env requires building a new container even though the RUN command doesn't change. Therefore we have to disable the cache. --- .github/workflows/build.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 81ee4a5..4067f04 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -6,7 +6,7 @@ on: rubin_env: description: "rubin-env version" required: true - default: "8.0.0" + default: "9.0.0" type: string base_tag: description: "Base container tag suffix" @@ -43,5 +43,4 @@ jobs: build-args: | LSST_SPLENV_REF=${{ inputs.rubin_env }} BASE_IMAGE=ghcr.io/lsst-dm/docker-scipipe:${{ matrix.rhel }}-${{ inputs.base_tag }} - cache-from: type=gha - cache-to: type=gha,mode=max + no-cache: true