.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
3b7629b849
commit
7338c690de
15
.drone.star
15
.drone.star
|
@ -101,31 +101,36 @@ def main(ctx):
|
|||
"Dockerfile.blog",
|
||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
|
||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-blog",
|
||||
"letsencrypt-nginx"
|
||||
"letsencrypt-nginx",
|
||||
"blog",
|
||||
),
|
||||
buildDockerFolder(
|
||||
"Dockerfile.drone",
|
||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
|
||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-drone",
|
||||
"letsencrypt-nginx"
|
||||
"letsencrypt-nginx",
|
||||
"drone",
|
||||
),
|
||||
buildDockerFolder(
|
||||
"Dockerfile.git",
|
||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
|
||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-git",
|
||||
"letsencrypt-nginx"
|
||||
"letsencrypt-nginx",
|
||||
"git",
|
||||
),
|
||||
buildDockerFolder(
|
||||
"Dockerfile.remote",
|
||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
|
||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-remote",
|
||||
"letsencrypt-nginx"
|
||||
"letsencrypt-nginx",
|
||||
"remote",
|
||||
),
|
||||
buildDockerFolder(
|
||||
"Dockerfile.chat",
|
||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
|
||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-chat",
|
||||
"letsencrypt-nginx"
|
||||
"letsencrypt-nginx",
|
||||
"chat",
|
||||
),
|
||||
scp("~/gitea-drone-stack"),
|
||||
pull([
|
||||
|
|
Reference in New Issue