Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/build-push-spack-buildcache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
load: true
target: spack-base
tags: ${{ env.SPACK_BASE_IMAGE }}
# Keep this on the newest Geant4 version currently declared by
# spack/spack-packages. The Dockerfile default can move ahead of Spack.
build-args: |
GEANT4_VERSION=11.4.1
cache-from: type=gha,scope=${{ env.SPACK_BASE_CACHE_SCOPE }}
cache-to: type=gha,mode=max,scope=${{ env.SPACK_BASE_CACHE_SCOPE }}

Expand Down
Loading