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 }}