.
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
263aa09ce3
commit
8766335505
|
@ -160,6 +160,8 @@ sh ca.sh $REGISTRY_DOMAIN:5003
|
|||
sh make-cert.sh $REGISTRY_DOMAIN registry
|
||||
```
|
||||
|
||||
copy the directory .ca/$REGISTRY_DOMAIN:5003 to /etc/docker/certs.d
|
||||
|
||||
### make environment variables
|
||||
|
||||
```
|
||||
|
|
|
@ -38,24 +38,24 @@ def drone(
|
|||
secretSecrets,
|
||||
),
|
||||
build("gitea"),
|
||||
#build("guacamole-postgresql"),
|
||||
#build("ngrok-gitea"),
|
||||
#build("letsencrypt-nginx"),
|
||||
#build("ghost"),
|
||||
#buildDockerFolder(
|
||||
# "Dockerfile.git",
|
||||
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
|
||||
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-git",
|
||||
# "letsencrypt-nginx",
|
||||
# "git",
|
||||
#),
|
||||
#buildDockerFolder(
|
||||
# "Dockerfile.drone",
|
||||
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
|
||||
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-drone",
|
||||
# "letsencrypt-nginx",
|
||||
# "drone",
|
||||
#),
|
||||
build("guacamole-postgresql"),
|
||||
build("ngrok-gitea"),
|
||||
build("letsencrypt-nginx"),
|
||||
build("ghost"),
|
||||
buildDockerFolder(
|
||||
"Dockerfile.git",
|
||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
|
||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-git",
|
||||
"letsencrypt-nginx",
|
||||
"git",
|
||||
),
|
||||
buildDockerFolder(
|
||||
"Dockerfile.drone",
|
||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
|
||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-drone",
|
||||
"letsencrypt-nginx",
|
||||
"drone",
|
||||
),
|
||||
scp(base),
|
||||
pull(
|
||||
"pull images",
|
||||
|
|
Reference in New Issue