From 2da2d3b460cde8f4288202b1f493026550566a1f Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Fri, 7 Jun 2024 15:54:41 -0500 Subject: [PATCH] fix: full path to spack-environment build context --- .github/workflows/build-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index bf7aa878..8bdc400c 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -200,7 +200,7 @@ jobs: file: containers/jug/dev.Dockerfile context: containers/jug build-contexts: | - spack-environment=spack-environment + spack-environment=${{ github.workspace }}/spack-environment secret-files: | mirrors=mirrors.yaml platforms: ${{ matrix.PLATFORM }}