From 94df4daeb6b9e31fe8c6f7d4e0ac2745221797bc Mon Sep 17 00:00:00 2001 From: Roman Gorshunov Date: Thu, 8 Nov 2018 19:32:19 +0100 Subject: [PATCH] Minor: meaningful default label Making default label meaningful and conformant to "key=value" requirement. Change-Id: I93e2254314775cd96d7eb31c6d696430c8871808 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a321498..39a63b6a 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ NO_PROXY ?= localhost,127.0.0.1,.svc.cluster.local USE_PROXY ?= false PUSH_IMAGE ?= false # use this variable for image labels added in internal build process -LABEL ?= com.internal +LABEL ?= org.airshipit.build=community COMMIT ?= $(shell git rev-parse HEAD) PYTHON = python3 CHARTS := $(patsubst charts/%/.,%,$(wildcard charts/*/.))