Minor: meaningful default label
Making default label meaningful and conformant to "key=value" requirement. Change-Id: I67f52063b1ac0413155ee96248318180a1ea6ad6
This commit is contained in:
parent
422d22ff9c
commit
16744e5c75
2
Makefile
2
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/*/.))
|
||||
|
Loading…
x
Reference in New Issue
Block a user