From 433f9f6d026b35ad4b1d578dc78e13a3eea54da0 Mon Sep 17 00:00:00 2001 From: Nils Uhrberg Date: Mon, 6 Nov 2023 09:15:18 +0100 Subject: [PATCH] fix: Remove jupyter and dagster --- .github/workflows/main.yml | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index be6ee86..89101af 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,31 +54,7 @@ jobs: key: ${{ runner.os }}-buildx-${{ github.sha }} restore-keys: | ${{ runner.os }}-buildx- - - - name: Build and push jupyter Docker image - id: docker_build_amd64_jupyter - uses: docker/build-push-action@v2.4.0 - with: - context: . - file: ./docker/jupyter/Dockerfile - tags: codecentric/from-jupyter-to-production-jupyter:1.0.0 - push: true - builder: ${{ steps.buildx.outputs.name }} - cache-from: type=local,src=/tmp/.buildx-cache - cache-to: type=local,dest=/tmp/.buildx-cache - platforms: linux/amd64,linux/arm64 - - name: Build and push dagster Docker image - id: docker_build_amd64_dagster - uses: docker/build-push-action@v2.4.0 - with: - context: . - file: ./docker/dagster/Dockerfile - tags: codecentric/from-jupyter-to-production-dagster:1.0.0 - push: true - builder: ${{ steps.buildx.outputs.name }} - cache-from: type=local,src=/tmp/.buildx-cache - cache-to: type=local,dest=/tmp/.buildx-cache - platforms: linux/amd64,linux/arm64 + - name: Build and push mlflow Docker image id: docker_build_amd64_mlflow uses: docker/build-push-action@v2.4.0