Fix problem with tag as a number at build

Change-Id: Iec1264465249a37bcb975a9e2c53210c7b2aec8c
This commit is contained in:
Artur Zarzycki 2016-09-15 14:24:06 +02:00
parent b7c5d96a73
commit 15bcb96925
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ builder:
push: True push: True
images: images:
namespace: ${DOCKER_NAMESPACE} namespace: ${DOCKER_NAMESPACE}
tag: ${TAG} tag: "${TAG}"
maintainer: ${IMAGES_MAINTAINER} maintainer: ${IMAGES_MAINTAINER}
repositories: repositories:
path: ${REPOSITORIES_PATH} path: ${REPOSITORIES_PATH}