.
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
9d964a1e5d
commit
42c3b94155
20
.drone.star
20
.drone.star
|
@ -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"),
|
||||
|
|
Reference in New Issue