We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbedbdd commit 00f2de3Copy full SHA for 00f2de3
.github/workflows/main.yaml
@@ -65,7 +65,7 @@ jobs:
65
gcloud auth configure-docker --quiet
66
67
- name: Build and push images to GCR
68
- working-directory: code/kubernetes
+ working-directory: code
69
run: |
70
for SERVICE in $SERVICES; do
71
docker build -t gcr.io/$PROJECT_ID/${SERVICE}-service:latest -f services/${SERVICE}-service/Dockerfile .
0 commit comments