Update cloudbuild_prod.yaml

This commit is contained in:
Arthur Belleville 2025-07-13 22:00:00 +02:00
parent a4106b1eea
commit 092d612449
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', 'production', '-t', 'europe-west1-docker.pkg.dev/$_AR_PROJECT_ID/$_AR_REPOSITORY/xtablo-source/$_PROJECT_NAME', '.' ]
args: [ 'build', '--target', 'production', '-t', 'europe-west1-docker.pkg.dev/$_AR_PROJECT_ID/$_AR_REPOSITORY/xtablo-source/$_SERVICE_NAME', '.' ]
options:
logging: CLOUD_LOGGING_ONLY