From 0f2840d71ae3b354bc8de21333d47de1fa9d2d02 Mon Sep 17 00:00:00 2001 From: Stanley Cheung Date: Fri, 20 Feb 2026 21:31:19 +0800 Subject: [PATCH] fix: cloudbuild --- apps/web/cloudbuild.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/cloudbuild.yaml b/apps/web/cloudbuild.yaml index 9820444e..e5a3e2d4 100644 --- a/apps/web/cloudbuild.yaml +++ b/apps/web/cloudbuild.yaml @@ -4,14 +4,14 @@ steps: args: - build - -f - - Dockerfile + - apps/web/Dockerfile - --build-arg - NEXT_PUBLIC_API_URL=${_NEXT_PUBLIC_API_URL} - -t - ${_AR_HOSTNAME}/${_AR_PROJECT_ID}/${_AR_REPOSITORY}/${_SERVICE_NAME}:latest - -t - ${_AR_HOSTNAME}/${_AR_PROJECT_ID}/${_AR_REPOSITORY}/${_SERVICE_NAME}:${SHORT_SHA} - - . + - apps/web - name: gcr.io/cloud-builders/docker id: Push latest