Skip to content

Commit

Permalink
Push to frouioui registery
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Aug 27, 2024
1 parent 31ba57e commit 05e3b0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -325,15 +325,15 @@ endef
DOCKER_LITE_SUFFIX = percona80
DOCKER_LITE_TARGETS = $(addprefix docker_lite_,$(DOCKER_LITE_SUFFIX))
$(DOCKER_LITE_TARGETS): docker_lite_%:
${call build_docker_image,docker/lite/Dockerfile.$*,vitess/lite:$*}
${call build_docker_image,docker/lite/Dockerfile.$*,frouioui/lite:$*}

docker_lite_push:
for i in $(DOCKER_LITE_SUFFIX); do echo "pushing lite image: $$i"; docker push vitess/lite:$$i || exit 1; done
for i in $(DOCKER_LITE_SUFFIX); do echo "pushing lite image: $$i"; docker push frouioui/lite:$$i || exit 1; done

docker_lite_all: docker_lite $(DOCKER_LITE_TARGETS)

docker_lite:
${call build_docker_image,docker/lite/Dockerfile,vitess/lite}
${call build_docker_image,docker/lite/Dockerfile,frouioui/lite}

docker_mini:
${call build_docker_image,docker/mini/Dockerfile,vitess/mini}
Expand Down

0 comments on commit 05e3b0c

Please sign in to comment.