File tree Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Original file line number Diff line number Diff line change 54
54
key : ${{ runner.os }}-buildx-${{ github.sha }}
55
55
restore-keys : |
56
56
${{ runner.os }}-buildx-
57
-
58
- - name : Build and push jupyter Docker image
59
- id : docker_build_amd64_jupyter
60
-
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
-
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
+
82
58
- name : Build and push mlflow Docker image
83
59
id : docker_build_amd64_mlflow
84
60
You can’t perform that action at this time.
0 commit comments