Skip to content

Commit

Permalink
drop notebook builds
Browse files Browse the repository at this point in the history
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
  • Loading branch information
psschwei committed Jan 4, 2024
1 parent 1ac140a commit dc4d312
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/actions/icr-build-and-push-images/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,34 +35,6 @@ runs:
tags: icr.io/quantum-public/quantum-serverless-ray-node:${{inputs.tag}}-py310,icr.io/quantum-public/quantum-serverless-ray-node:latest-py310
build-args:
IMAGE_PY_VERSION=py310
- name: Build and push jupyter [3.8]
uses: docker/build-push-action@v3
with:
context: .
file: Dockerfile-notebook
push: true
tags: icr.io/quantum-public/quantum-serverless-notebook:${{inputs.tag}}-py38,icr.io/quantum-public/quantum-serverless-notebook:latest-py38
build-args:
IMAGE_PY_VERSION=3.8
- name: Build and push jupyter [3.9]
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
context: .
file: Dockerfile-notebook
push: true
tags: icr.io/quantum-public/quantum-serverless-notebook:${{inputs.tag}}-py39,icr.io/quantum-public/quantum-serverless-notebook:latest-py39
build-args:
IMAGE_PY_VERSION=3.9
- name: Build and push jupyter [3.10]
uses: docker/build-push-action@v3
with:
context: .
file: Dockerfile-notebook
push: true
tags: icr.io/quantum-public/quantum-serverless-notebook:${{inputs.tag}}-py310,icr.io/quantum-public/quantum-serverless-notebook:latest-py310
build-args:
IMAGE_PY_VERSION=3.10
- name: Build and push repository server
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit dc4d312

Please sign in to comment.