1 Star 0 Fork 0

halftion/findomain

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-uploader.sh 595 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eduard Tolosa 提交于 2020-01-24 18:00 . Add docker uploader.
# It need to be separated from builder.sh because we download the assets from Github's release packages,
# so firt we need to release and then release the docker image.
echo "Uploading docker image to Dockerhub..."
if ! systemctl is-active docker.service >/dev/null; then
echo "Please start docker.service."
exit
fi
if cd docker && docker build --pull -f Dockerfile -t edu4rdshl/findomain:latest . > /dev/null \
&& docker push edu4rdshl/findomain:latest > /dev/null; then
echo "Image uploaded sucessfully."
else
echo "An error has ocurred while uploading the docker image."
exit
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/halftion/findomain.git
git@gitee.com:halftion/findomain.git
halftion
findomain
findomain
master

搜索帮助