From 5988c378d584a7d1b60b4bd202bc555bacc9d235 Mon Sep 17 00:00:00 2001 From: Benoit Perroud Date: Fri, 12 Mar 2021 21:47:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e9d198..194e547 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ VERSION_MAJOR=$(shell echo $(VERSION) | cut -f1 -d.) VERSION_MINOR=$(shell echo $(VERSION) | cut -f2 -d.) BINARY_NAME=docker-autoheal GO_PACKAGE=touilleio/docker-autoheal -DOCKER_REGISTRY +DOCKER_REGISTRY= GIT_COMMIT=$(shell git rev-parse HEAD) GIT_DIRTY=$(shell test -n "`git status --porcelain`" && echo "+CHANGES" || true) BUILD_DATE=$(shell date '+%Y-%m-%d-%H:%M:%S')