update cloudbuild.yaml

This commit is contained in:
Arthur Belleville 2025-07-13 19:07:34 +02:00
parent fe63468173
commit 45522240da
No known key found for this signature in database

View file

@ -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