We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59570e8 commit bca4955Copy full SHA for bca4955
cloudbuild.yaml
@@ -2,7 +2,7 @@ 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
+ - --tag=us-central1-docker.pkg.dev/k8s-staging-images/llm-instance-gateway/epp:$_GIT_TAG
6
- .
7
substitutions:
8
_GIT_TAG: '12345'
@@ -12,4 +12,4 @@ 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'
+ - 'us-central1-docker.pkg.dev/k8s-staging-images/llm-instance-gateway/epp:$_GIT_TAG'
0 commit comments