We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28e8383 + 98f3feb commit e23aab7Copy full SHA for e23aab7
cloudbuild.yaml
@@ -0,0 +1,15 @@
1
+steps:
2
+ - name: gcr.io/cloud-builders/docker
3
+ args:
4
+ - build
5
+ - --tag=us-central1-docker.pkg.dev/k8s-staging-images/llm-instance-gateway:$_GIT_TAG
6
+ - .
7
+substitutions:
8
+ _GIT_TAG: '12345'
9
+# this prevents errors if you don't use both _GIT_TAG
10
+# or any new substitutions added in the future.
11
+options:
12
+ substitution_option: ALLOW_LOOSE
13
+# this will push these images, or cause the build to fail if they weren't built.
14
+images:
15
+ - 'us-central1-docker.pkg.dev/k8s-staging-images/llm-instance-gateway:$_GIT_TAG'
0 commit comments