Merge "Minor: meaningful default label"

This commit is contained in:
Zuul 2018-12-10 15:08:57 +00:00 committed by Gerrit Code Review
commit a235f8e6db
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