File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ BUILD_TAG=<tag>
79
79
``` sh
80
80
cd vertical-pod-autoscaler/
81
81
TAG=` grep ' const versionCore = ' common/version.go | cut -d ' "' -f 2`
82
+ echo " Adding tag $TAG based on built tag $BUILD_TAG "
82
83
gcloud artifacts docker tags add gcr.io/k8s-staging-autoscaling/vpa-admission-controller:$BUILD_TAG gcr.io/k8s-staging-autoscaling/vpa-admission-controller:$TAG --project=k8s-staging-autoscaling
83
84
gcloud artifacts docker tags add gcr.io/k8s-staging-autoscaling/vpa-recommender:$BUILD_TAG gcr.io/k8s-staging-autoscaling/vpa-recommender:$TAG --project=k8s-staging-autoscaling
84
85
gcloud artifacts docker tags add gcr.io/k8s-staging-autoscaling/vpa-updater:$BUILD_TAG gcr.io/k8s-staging-autoscaling/vpa-updater:$TAG --project=k8s-staging-autoscaling
You can’t perform that action at this time.
0 commit comments