Skip to content

Commit 79dae22

Browse files
authored
Updating cloudbuild to have image name (#106)
1 parent 918960c commit 79dae22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudbuild.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ steps:
22
- name: gcr.io/cloud-builders/docker
33
args:
44
- build
5-
- --tag=us-central1-docker.pkg.dev/k8s-staging-images/llm-instance-gateway:$_GIT_TAG
5+
- --tag=us-central1-docker.pkg.dev/k8s-staging-images/llm-instance-gateway/epp:$_GIT_TAG
66
- .
77
substitutions:
88
_GIT_TAG: '12345'
@@ -12,4 +12,4 @@ options:
1212
substitution_option: ALLOW_LOOSE
1313
# this will push these images, or cause the build to fail if they weren't built.
1414
images:
15-
- 'us-central1-docker.pkg.dev/k8s-staging-images/llm-instance-gateway:$_GIT_TAG'
15+
- 'us-central1-docker.pkg.dev/k8s-staging-images/llm-instance-gateway/epp:$_GIT_TAG'

0 commit comments

Comments
 (0)