1
0
mirror of https://github.com/rancher/cli.git synced 2026-02-05 09:48:36 +01:00

Update to publish images

This commit is contained in:
Bill Maxwell
2018-09-11 11:15:13 -07:00
parent afb070b3a6
commit fad2a30e43
4 changed files with 42 additions and 2 deletions

View File

@@ -71,6 +71,10 @@ if echo $TAG | grep -q dirty; then
TAG=dev
fi
if [ -n "$DRONE_TAG" ]; then
TAG=$DRONE_TAG
fi
cp ../bin/rancher .
docker build -t ${REPO}/cli:${TAG} .