Skip to content

Commit

Permalink
Test commit to run custom bnp
Browse files Browse the repository at this point in the history
  • Loading branch information
roceb committed Aug 19, 2024
1 parent a697a57 commit 822512c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ jobs:
- uses: actions/checkout@v4

- name: Build and push
uses: lsst-dm/build-and-push@main
uses: lsst-dm/build-and-push@tickets/DM-45812
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ matrix.rhel }}-${{ inputs.base_tag }}-${{ inputs.rubin_env }}
tag: ${{ matrix.rhel }}-${{ inputs.base_tag }}-${{ inputs.rubin_env }}
build-args: |
LSST_SPLENV_REF=${{ inputs.rubin_env }}
BASE_IMAGE=ghcr.io/lsst-dm/docker-scipipe:${{ matrix.rhel }}-${{ inputs.base_tag }}
Expand Down

0 comments on commit 822512c

Please sign in to comment.