From f9066331a6b44a37ddaae1d9a5e49ff37cab1a09 Mon Sep 17 00:00:00 2001 From: Kian-Tat Lim Date: Mon, 1 Jul 2024 19:59:36 -0700 Subject: [PATCH] Fix build args. --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 01e2e31..81ee4a5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,8 +40,8 @@ jobs: push: true tags: ghcr.io/${{ github.repository }}:${{ matrix.rhel }}-${{ inputs.base_tag }}-${{ inputs.rubin_env }} file: Dockerfile - build-args: - - LSST_SPLENV_REF=${{ inputs.rubin_env }} - - BASE_IMAGE=ghcr.io/lsst-dm/docker-scipipe:${{ matrix.rhel }}-${{ inputs.base_tag }} + 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