.
continuous-integration/drone/push Build was killed Details

This commit is contained in:
giles bradshaw 2020-04-29 12:07:50 +00:00
parent ff515c5930
commit d5f04b5192
4 changed files with 7 additions and 0 deletions

View File

@ -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
View File

2
ngrok-build.sh Normal file
View 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
View File

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