Skip to content

Commit

Permalink
adjusting paths on gh workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
angelosnm committed Dec 15, 2024
1 parent bef85a1 commit 0b61c58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tithia-jupyter-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
context: ./docker
file: ./docker/Dockerfile
context: ./docker/tithia-jupyter
file: ./docker/tithia-jupyter/Dockerfile
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}-jupyter:latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tithia-spark-docker-build
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
context: ./docker
file: ./docker/Dockerfile
context: ./docker/tithia-spark
file: ./docker/tithia-spark/Dockerfile
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}-spark:latest
Expand Down

0 comments on commit 0b61c58

Please sign in to comment.