From 685b391e85cdf8b95912ddaff8ec335173067f3f Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Mon, 31 Jul 2023 18:27:21 +0200 Subject: [PATCH] push to frouioui repository for test purposes Signed-off-by: Florent Poinsard --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 37eda5fcbe6..e929cc2fa75 100644 --- a/Makefile +++ b/Makefile @@ -285,7 +285,7 @@ docker_bootstrap_test: flavors='$(DOCKER_IMAGES_FOR_TEST)' && ./test.go -pull=false -parallel=2 -bootstrap-version=${BOOTSTRAP_VERSION} -flavor=$${flavors// /,} docker_bootstrap_push: - for i in $(DOCKER_IMAGES); do echo "pushing bootstrap image: ${BOOTSTRAP_VERSION}-$$i"; docker push vitess/bootstrap:${BOOTSTRAP_VERSION}-$$i || exit 1; done + for i in $(DOCKER_IMAGES); do echo "pushing bootstrap image: ${BOOTSTRAP_VERSION}-$$i"; docker push vitess/bootstrap:${BOOTSTRAP_VERSION}-$$i frouioui/bootstrap:${BOOTSTRAP_VERSION}-$$i || exit 1; done # Use this target to update the local copy of your images with the one on Dockerhub. docker_bootstrap_pull: