images: Update default image tag to `latest`

This commit changes the default image tag for Shipyard and Airflow
images from `untagged` to `latest` to match other Airship projects.

Change-Id: Id1f9d56784e51f0631280188ba1b898fde8f56ea
This commit is contained in:
Drew Walters 2019-03-21 16:28:47 -05:00
parent 12de088b9d
commit 3af62864d6
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ BUILD_DIR := $(shell mktemp -d)
BUILD_CTX ?= src/bin
IMAGE_PREFIX ?= airshipit
IMAGE_TAG ?= untagged
IMAGE_TAG ?= latest
IMAGE_NAME := airflow shipyard
# use this variable for image labels added in internal build process
LABEL ?= org.airshipit.build=community