From 88f8a2297d8d533e01b3f535b73c5aafb50f5b8f Mon Sep 17 00:00:00 2001 From: Giorgis Georgakoudis Date: Wed, 18 Sep 2024 11:09:38 -0700 Subject: [PATCH] Fixup --- .github/workflows/create-containers.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-containers.yml b/.github/workflows/create-containers.yml index 6aac776..7fd3329 100644 --- a/.github/workflows/create-containers.yml +++ b/.github/workflows/create-containers.yml @@ -25,8 +25,8 @@ jobs: uses: docker/build-push-action@v6 with: platforms: linux/amd64 - context: .github/containers/x86_64-broadwell-gcc11.2.1 - file: .github/containers/x86_64-broadwell-gcc11.2.1/Dockerfile + context: {{defaultContext}}:.github/containers/x86_64-broadwell-gcc11.2.1 + file: {{defaultContext}}:.github/containers/x86_64-broadwell-gcc11.2.1/Dockerfile push: true provenance: false tags: ghcr.io/llnl/ams-ci-almalinux8:latest @@ -35,8 +35,8 @@ jobs: uses: docker/build-push-action@v6 with: platforms: linux/amd64 - context: .github/containers/x86_64-broadwell-cuda11.6.1 - file: .github/containers/x86_64-broadwell-cuda11.6.1/Dockerfile + context: {{defaultContext}}:.github/containers/x86_64-broadwell-cuda11.6.1 + file: {{defaultContext}}:.github/containers/x86_64-broadwell-cuda11.6.1/Dockerfile push: true provenance: false tags: ghcr.io/llnl/ams-ci-cuda11.6.1:latest