Skip to content

Commit

Permalink
Remove cache.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ktlim authored Aug 2, 2024
1 parent 1940286 commit c94cb7a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

0 comments on commit c94cb7a

Please sign in to comment.