Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathis Marcotte committed Mar 27, 2024
1 parent 0c89132 commit f75a2ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f75a2ee

Please sign in to comment.