Skip to content

Commit

Permalink
[.github] - fix: update docker build paths in deployment workflow
Browse files Browse the repository at this point in the history
 - Change the Dockerfile path to point to the project root
 - Set the working directory to `./core/` for consistency in the build process
  • Loading branch information
JulesBelveze committed Dec 20, 2024
1 parent 9707c2f commit 4694495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:
chmod +x ./k8s/cloud-build.sh
./k8s/cloud-build.sh \
--image-name=$IMAGE_NAME \
--dockerfile-path=./core/Dockerfile \
--working-dir=./ \
--dockerfile-path=./Dockerfile \
--working-dir=./core/ \
--region=${{ matrix.region }}
deploy:
Expand Down

0 comments on commit 4694495

Please sign in to comment.