fix build scripts to print docker push

This commit is contained in:
deniseschannon
2017-04-26 13:35:02 -07:00
parent c50cb011cc
commit 8269aae675
+4 -2
View File
@@ -13,6 +13,8 @@ TAG=${TAG:-${VERSION}${SUFFIX}}
REPO=${REPO:-rancher}
cp ../bin/external-dns .
docker build -t ${REPO}/external-dns:${TAG} .
echo Built ${REPO}/external-dns:${TAG}
IMAGE=${REPO}/external-dns:${TAG}
docker build -t ${IMAGE} .
echo ${IMAGE} > ../dist/images
echo Built ${IMAGE}