Skip to content

Commit

Permalink
Fix build args.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Jul 2, 2024
1 parent 6ac7745 commit f906633
Showing 1 changed file with 3 additions and 3 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

0 comments on commit f906633

Please sign in to comment.