mirror of
https://github.com/wahyd4/kt-connect.git
synced 2026-08-09 13:26:27 +10:00
4 lines
180 B
Plaintext
Executable File
4 lines
180 B
Plaintext
Executable File
echo $TAG
|
|
TAG=$(echo $TRAVIS_BRANCH | sed "s/\//-/")
|
|
TAG=${TAG:-latest}
|
|
docker build -t registry.cn-hangzhou.aliyuncs.com/rdc-incubator/kt-connect -f docker/kt-connect/Dockerfile . |