From 3fe3805d4aec4db45971240ff78e9082f33f64c1 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 13 Oct 2024 11:50:09 +0900 Subject: [PATCH] by default make argocd changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba5f134..82e33f8 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ ARGOCD_APP=$(ARGOCD_HOME)/$(ARGOCD_YAML) IMAGE_NAME=harbor.k8s.ungleich.ch/ungleich-public/ungleich-staticcms -all: container +all: argocd container: push docker build -t $(IMAGE_NAME):$(VERSION) .