Skip to content

Commit 433f9f6

Browse files
committed
fix: Remove jupyter and dagster
1 parent 91d30ed commit 433f9f6

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -54,31 +54,7 @@ jobs:
5454
key: ${{ runner.os }}-buildx-${{ github.sha }}
5555
restore-keys: |
5656
${{ runner.os }}-buildx-
57-
58-
- name: Build and push jupyter Docker image
59-
id: docker_build_amd64_jupyter
60-
uses: docker/[email protected]
61-
with:
62-
context: .
63-
file: ./docker/jupyter/Dockerfile
64-
tags: codecentric/from-jupyter-to-production-jupyter:1.0.0
65-
push: true
66-
builder: ${{ steps.buildx.outputs.name }}
67-
cache-from: type=local,src=/tmp/.buildx-cache
68-
cache-to: type=local,dest=/tmp/.buildx-cache
69-
platforms: linux/amd64,linux/arm64
70-
- name: Build and push dagster Docker image
71-
id: docker_build_amd64_dagster
72-
uses: docker/[email protected]
73-
with:
74-
context: .
75-
file: ./docker/dagster/Dockerfile
76-
tags: codecentric/from-jupyter-to-production-dagster:1.0.0
77-
push: true
78-
builder: ${{ steps.buildx.outputs.name }}
79-
cache-from: type=local,src=/tmp/.buildx-cache
80-
cache-to: type=local,dest=/tmp/.buildx-cache
81-
platforms: linux/amd64,linux/arm64
57+
8258
- name: Build and push mlflow Docker image
8359
id: docker_build_amd64_mlflow
8460
uses: docker/[email protected]

0 commit comments

Comments
 (0)