From 45522240da86bc1ad835610713bd0c61fe78c3d8 Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Sun, 13 Jul 2025 19:07:34 +0200 Subject: [PATCH] update cloudbuild.yaml --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index e157114..2f59c3f 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -1,6 +1,6 @@ steps: - name: 'gcr.io/cloud-builders/docker' - args: [ 'build', '--target', '$_NODE_ENV', '-t', 'europe-west1-docker.pkg.dev/$_AR_PROJECT_ID/$_AR_REPOSITORY/xtablo-source/xtablo-api', '-f', 'api/Dockerfile', '.' ] + args: [ 'build', '--target', '$_NODE_ENV', '-t', 'europe-west1-docker.pkg.dev/$_AR_PROJECT_ID/$_AR_REPOSITORY/xtablo-source/xtablo-api', '-f', 'api/Dockerfile', 'api' ] options: logging: CLOUD_LOGGING_ONLY \ No newline at end of file