You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cache/cloudbuild.yaml.txt

11 lines
471 B
Plaintext

steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/gtm-kqqwvx2-zgi2z/tagging-server', '.']
- name: 'gcr.io/cloud-builders/docker'
args: ['push', 'gcr.io/gtm-kqqwvx2-zgi2z/tagging-server']
- name: 'gcr.io/cloud-builders/gcloud'
args: ['run', 'deploy', 'tagging-server', '--image', 'gcr.io/gtm-kqqwvx2-zgi2z/tagging-server', '--platform', 'managed', '--region', 'us-central1']
images:
- gcr.io/gtm-kqqwvx2-zgi2z/tagging-server