We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef85a1 commit 0b61c58Copy full SHA for 0b61c58
.github/workflows/tithia-jupyter-docker-build.yml
@@ -29,8 +29,8 @@ jobs:
29
- name: Build and push Docker image
30
uses: docker/build-push-action@v6
31
with:
32
- context: ./docker
33
- file: ./docker/Dockerfile
+ context: ./docker/tithia-jupyter
+ file: ./docker/tithia-jupyter/Dockerfile
34
push: true
35
tags: |
36
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}-jupyter:latest
.github/workflows/tithia-spark-docker-build
+ context: ./docker/tithia-spark
+ file: ./docker/tithia-spark/Dockerfile
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}-spark:latest
0 commit comments