We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 918960c commit 79dae22Copy full SHA for 79dae22
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