Skip to content

Commit 0b61c58

Browse files
committed
adjusting paths on gh workflows
1 parent bef85a1 commit 0b61c58

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tithia-jupyter-docker-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: Build and push Docker image
3030
uses: docker/build-push-action@v6
3131
with:
32-
context: ./docker
33-
file: ./docker/Dockerfile
32+
context: ./docker/tithia-jupyter
33+
file: ./docker/tithia-jupyter/Dockerfile
3434
push: true
3535
tags: |
3636
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}-jupyter:latest

.github/workflows/tithia-spark-docker-build

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: Build and push Docker image
3030
uses: docker/build-push-action@v6
3131
with:
32-
context: ./docker
33-
file: ./docker/Dockerfile
32+
context: ./docker/tithia-spark
33+
file: ./docker/tithia-spark/Dockerfile
3434
push: true
3535
tags: |
3636
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}-spark:latest

0 commit comments

Comments
 (0)