Minor: meaningful default label

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

Change-Id: I19886ea8bc9a1a3a164ee1ab0d8adfc831af02c1
This commit is contained in:
Roman Gorshunov 2018-11-08 19:32:19 +01:00
parent 7f3286b523
commit 8621e440c7
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ IMAGE_PREFIX ?= airshipit
IMAGE_TAG ?= untagged
IMAGE_NAME := airflow shipyard
# 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)
DOCKER_REGISTRY ?= quay.io