.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Giles Bradshaw 2020-04-27 16:58:29 +01:00
parent 9d964a1e5d
commit 42c3b94155
1 changed files with 10 additions and 10 deletions

View File

@ -99,32 +99,32 @@ def main(ctx):
buildDockerFolder(
"Dockerfile.blog",
"letsencrypt-nginx",
"letsencrypt-blog",
"$${{LOCAL_DOCKER_REGISTRY}}letsencrypt-nginx",
"$${{LOCAL_DOCKER_REGISTRY}}letsencrypt-blog",
"letsencrypt-nginx"
),
buildDockerFolder(
"Dockerfile.drone",
"letsencrypt-nginx",
"letsencrypt-drone",
"$${{LOCAL_DOCKER_REGISTRY}}letsencrypt-nginx",
"$${{LOCAL_DOCKER_REGISTRY}}letsencrypt-drone",
"letsencrypt-nginx"
),
buildDockerFolder(
"Dockerfile.git",
"letsencrypt-nginx",
"letsencrypt-git",
"$${{LOCAL_DOCKER_REGISTRY}}letsencrypt-nginx",
"$${{LOCAL_DOCKER_REGISTRY}}letsencrypt-git",
"letsencrypt-nginx"
),
buildDockerFolder(
"Dockerfile.remote",
"letsencrypt-nginx",
"letsencrypt-remote",
"$${{LOCAL_DOCKER_REGISTRY}}letsencrypt-nginx",
"$${{LOCAL_DOCKER_REGISTRY}}letsencrypt-remote",
"letsencrypt-nginx"
),
buildDockerFolder(
"Dockerfile.chat",
"letsencrypt-nginx",
"letsencrypt-chat",
"$${{LOCAL_DOCKER_REGISTRY}}letsencrypt-nginx",
"$${{LOCAL_DOCKER_REGISTRY}}letsencrypt-chat",
"letsencrypt-nginx"
),
scp("~/gitea-drone-stack"),