Skip to content

Commit

Permalink
Merge pull request #15 from lsst-sqre/tickets/DM-44249a
Browse files Browse the repository at this point in the history
DM-44249 (hotfix): Fix build args.
  • Loading branch information
ktlim authored Jul 2, 2024
2 parents 6ac7745 + ff3bb14 commit 1940286
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ USER $LSST_USER
WORKDIR $NEW_DIR

SHELL ["/bin/bash", "-o", "pipefail", "-lc"]
RUN curl -sSL "$NEWINSTALL_URL" | bash -s -- -S -v ${LSST_SPLENV_REF}
RUN curl -sSL "$LSSTINSTALL_URL" | bash -s -- -S -v ${LSST_SPLENV_REF}

SHELL ["/bin/bash", "-lc"]

0 comments on commit 1940286

Please sign in to comment.