From 7a8df5554236c611e03d4d74956f9805afea58b3 Mon Sep 17 00:00:00 2001 From: Jean-Marc Andre Date: Sun, 20 Jun 2021 21:00:22 +0200 Subject: [PATCH] Automate docker build and push --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 72d373c..3c0a8c4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Image URL to use all building/pushing image targets -IMG ?= desmo999r/formolcontroller:0.2.0 +IMG ?= desmo999r/formolcontroller:0.2.2 # Produce CRDs that work back to Kubernetes 1.11 (no version conversion) #CRD_OPTIONS ?= "crd:trivialVersions=true" CRD_OPTIONS ?= "crd:trivialVersions=true,crdVersions=v1" @@ -67,6 +67,8 @@ docker-build: test docker-push: podman push ${IMG} +docker: docker-build docker-push + # find or download controller-gen # download controller-gen if necessary controller-gen: