diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-10-25 13:46:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 11:46:47 +0000 |
commit | 00ae74f40e4ac918f4826bf3fb61da6f28af5051 (patch) | |
tree | 81091fe67782ad50d66fbe4f11c28326bd55a42b /.github | |
parent | 62526c10853087b279d0ba4f0a01fe64b2c92d66 (diff) | |
download | spack-00ae74f40e4ac918f4826bf3fb61da6f28af5051.tar.gz spack-00ae74f40e4ac918f4826bf3fb61da6f28af5051.tar.bz2 spack-00ae74f40e4ac918f4826bf3fb61da6f28af5051.tar.xz spack-00ae74f40e4ac918f4826bf3fb61da6f28af5051.zip |
Update Spack Dockerfiles (#33500)
* Use spack bootstrap now in containers
* Fix wrong path glob expression
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-containers.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 940e9d965f..83647e4ad1 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -13,7 +13,7 @@ on: paths: - '.github/workflows/build-containers.yml' - 'share/spack/docker/*' - - 'share/templates/container/*' + - 'share/spack/templates/container/*' - 'lib/spack/spack/container/*' # Let's also build & tag Spack containers on releases. release: |