From f75a2ee5397e51b6ef39fde833abe1e9344eebf7 Mon Sep 17 00:00:00 2001 From: Mathis Marcotte Date: Wed, 27 Mar 2024 18:38:13 +0000 Subject: [PATCH] fix workflow --- .github/workflows/build_push.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build_push.yaml b/.github/workflows/build_push.yaml index 09c4223b3..1e6c09cc3 100644 --- a/.github/workflows/build_push.yaml +++ b/.github/workflows/build_push.yaml @@ -280,15 +280,13 @@ jobs: # Pull in base jupyterlab image previously build - name: Pull built base jupyterlab image run: | - docker images docker pull ${{ env.REGISTRY }}/jupyterlab:${{ needs.build-jupyter.outputs.jupyter-image-name }} docker tag ${{ env.REGISTRY }}/jupyterlab:${{ needs.build-jupyter.outputs.jupyter-image-name }} zone-jupyterlab - docker images # make build emits full_image_name, image_tag, and image_repo outputs - name: Build image id: build-image - run: make build/${{ matrix.notebook }} REPO=${{ env.LOCAL_REPO }} + run: make build/${{ matrix.notebook }} REPO=${{ env.LOCAL_REPO }} DARGS="--build-arg AZURE_ACCOUNT_NAME=aawdevcc00sasas --build-arg ACCOUNT_KEY=${{ secrets.SAS_ACCOUNT_KEY }}" - name: Echo disk usage after build completion run: ./.github/scripts/echo_usage.sh