Skip to content

Commit 00f2de3

Browse files
committed
Workflow working-directory fix
1 parent bbedbdd commit 00f2de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
gcloud auth configure-docker --quiet
6666
6767
- name: Build and push images to GCR
68-
working-directory: code/kubernetes
68+
working-directory: code
6969
run: |
7070
for SERVICE in $SERVICES; do
7171
docker build -t gcr.io/$PROJECT_ID/${SERVICE}-service:latest -f services/${SERVICE}-service/Dockerfile .

0 commit comments

Comments
 (0)