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:
@@ -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} .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user