From 822512cba81546b06ce3bcfa74f1e4e9d361e945 Mon Sep 17 00:00:00 2001 From: Ross Ceballo Date: Mon, 19 Aug 2024 14:12:45 -0400 Subject: [PATCH] Test commit to run custom bnp --- .github/workflows/build.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ba2a2b5..d4597d1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 }}