Skip to content

Commit

Permalink
chore: update cloudbuild paths to match push-etcd-manager script
Browse files Browse the repository at this point in the history
I had put an extra slash in there which was causing the push to fail.
  • Loading branch information
justinsb committed Sep 2, 2024
1 parent 08036ab commit f38b95d
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 @@ -11,8 +11,8 @@ steps:
entrypoint: dev/push-etcd-manager.sh
timeout: 1800s
substitutions:
_DOCKER_REGISTRY: 'us-central1-docker.pkg.dev/k8s-staging-etcd-manager/images/'
_DOCKER_IMAGE_PREFIX: 'etcd-manager/'
_DOCKER_REGISTRY: 'us-central1-docker.pkg.dev'
_DOCKER_IMAGE_PREFIX: 'k8s-staging-images/etcd-manager/'
_GIT_TAG: 'dev'
_PULL_BASE_REF: 'dev'
options:
Expand Down

0 comments on commit f38b95d

Please sign in to comment.