From 10ed1c821534d7c3c06675d5436fc2d2d38eeb5b Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Mon, 5 Dec 2022 08:52:34 -0500 Subject: [PATCH] Switch back to older push target for hugo Signed-off-by: Davanum Srinivas --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index ceddee717ecb7..73293decf3140 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -20,7 +20,7 @@ steps: - -c - | gcloud auth configure-docker \ - && make docker-push + && make container-push substitutions: # _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and # can be used as a substitution