From 825c012558c4d895c74e5fecf7dca79a7ffdcdcb Mon Sep 17 00:00:00 2001 From: Stanley Cheung Date: Fri, 20 Feb 2026 21:06:33 +0800 Subject: [PATCH] fix: cloud build path --- apps/web/cloudbuild.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/web/cloudbuild.yaml b/apps/web/cloudbuild.yaml index 9820444e..a4f01223 100644 --- a/apps/web/cloudbuild.yaml +++ b/apps/web/cloudbuild.yaml @@ -1,6 +1,7 @@ steps: - name: gcr.io/cloud-builders/docker id: Build image + dir: apps/web args: - build - -f @@ -15,12 +16,14 @@ steps: - name: gcr.io/cloud-builders/docker id: Push latest + dir: apps/web args: - push - ${_AR_HOSTNAME}/${_AR_PROJECT_ID}/${_AR_REPOSITORY}/${_SERVICE_NAME}:latest - name: gcr.io/cloud-builders/docker id: Push commit tag + dir: apps/web args: - push - ${_AR_HOSTNAME}/${_AR_PROJECT_ID}/${_AR_REPOSITORY}/${_SERVICE_NAME}:${SHORT_SHA}