Skip to content

Commit

Permalink
Updating cloudbuild to have image name (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfswain authored Dec 16, 2024
1 parent 918960c commit 79dae22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ steps:
- name: gcr.io/cloud-builders/docker
args:
- build
- --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
- .
substitutions:
_GIT_TAG: '12345'
Expand All @@ -12,4 +12,4 @@ options:
substitution_option: ALLOW_LOOSE
# this will push these images, or cause the build to fail if they weren't built.
images:
- '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 comments on commit 79dae22

Please sign in to comment.