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