1 Star 0 Fork 82

德古拉 / wizard

forked from mylxsw / wizard 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-push.sh 312 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env bash
if [ ! -n "$1" ]; then
echo "invalid arguments: ./docker-push.sh TAG"
exit 2
fi
TAG=$1
docker build -t mylxsw/wizard .
docker tag mylxsw/wizard mylxsw/wizard:$TAG
docker tag mylxsw/wizard:$TAG mylxsw/wizard:latest
docker push mylxsw/wizard:$TAG
docker push mylxsw/wizard:latest
PHP
1
https://gitee.com/voyllente/wizard.git
git@gitee.com:voyllente/wizard.git
voyllente
wizard
wizard
master

搜索帮助