update cloudbuild.yaml
This commit is contained in:
parent
fe63468173
commit
45522240da
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Reference in a new issue