Minor: meaningful default label

Making default label meaningful and conformant to "key=value" requirement.

Change-Id: I9c65feaaf7637c63e2b258a972afda773eeb1ab5
This commit is contained in:
Roman Gorshunov 2018-11-08 19:32:19 +01:00
parent 2f596fd627
commit 82639b443f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,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)
IMAGE := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${IMAGE_NAME}:${IMAGE_TAG}