Skip to content

Commit

Permalink
fix: add correct dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
JonBergland committed Oct 17, 2024
1 parent a56bcd7 commit c97d566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Build and Push Docker Backend Image
run: |
docker build -t ghcr.io/cogitontnu/jarvis-core:${{ env.GIT_SHA }} ./backend
docker build -t ghcr.io/cogitontnu/jarvis-core:${{ env.GIT_SHA }} ./core
docker push ghcr.io/cogitontnu/jarvis-core:${{ env.GIT_SHA }}
## Add Build and Push for Docker Frontend Image when it becomes relevant

0 comments on commit c97d566

Please sign in to comment.