Skip to content

Commit ed262e5

Browse files
authored
[.github] - fix: update docker build paths in deployment workflow (#9587)
- Change the Dockerfile path to point to the project root - Set the working directory to `./core/` for consistency in the build process
1 parent 9707c2f commit ed262e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ jobs:
9595
chmod +x ./k8s/cloud-build.sh
9696
./k8s/cloud-build.sh \
9797
--image-name=$IMAGE_NAME \
98-
--dockerfile-path=./core/Dockerfile \
99-
--working-dir=./ \
98+
--dockerfile-path=./Dockerfile \
99+
--working-dir=./core/ \
100100
--region=${{ matrix.region }}
101101
102102
deploy:

0 commit comments

Comments
 (0)