mirror of
https://github.com/vxcontrol/external-dns.git
synced 2026-06-30 22:17:57 -04:00
fix build scripts to print docker push
This commit is contained in:
+4
-2
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user