.
continuous-integration/drone/push Build was killed 详情

This commit is contained in:
giles bradshaw 2020-04-29 12:07:50 +00:00
父节点 ff515c5930
当前提交 d5f04b5192
共有 4 个文件被更改,包括 7 次插入0 次删除

查看文件

@ -0,0 +1,3 @@
set -e
docker build . -f Dockerfile.home --build-arg image=nginx:latest -t $1nginx-home1
docker push $1nginx-home1

0
n Normal file
查看文件

2
ngrok-build.sh Normal file
查看文件

@ -0,0 +1,2 @@
docker build ngrok-gitea -t ${LOCAL_DOCKER_REGISTRY}/ngrok-gitea
docker push ${LOCAL_DOCKER_REGISTRY}/ngrok-gitea

2
postgres-build.sh Normal file
查看文件

@ -0,0 +1,2 @@
docker build guacamole-postgresql -t ${LOCAL_DOCKER_REGISTRY}/guacamole-postgresql
docker push ${LOCAL_DOCKER_REGISTRY}/guacamole-postgresql