.
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
|
sh make-cert.sh $REGISTRY_DOMAIN registry
|
||||||
```
|
```
|
||||||
|
|
||||||
|
copy the directory .ca/$REGISTRY_DOMAIN:5003 to /etc/docker/certs.d
|
||||||
|
|
||||||
### make environment variables
|
### make environment variables
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -38,24 +38,24 @@ def drone(
|
||||||
secretSecrets,
|
secretSecrets,
|
||||||
),
|
),
|
||||||
build("gitea"),
|
build("gitea"),
|
||||||
#build("guacamole-postgresql"),
|
build("guacamole-postgresql"),
|
||||||
#build("ngrok-gitea"),
|
build("ngrok-gitea"),
|
||||||
#build("letsencrypt-nginx"),
|
build("letsencrypt-nginx"),
|
||||||
#build("ghost"),
|
build("ghost"),
|
||||||
#buildDockerFolder(
|
buildDockerFolder(
|
||||||
# "Dockerfile.git",
|
"Dockerfile.git",
|
||||||
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
|
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
|
||||||
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-git",
|
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-git",
|
||||||
# "letsencrypt-nginx",
|
"letsencrypt-nginx",
|
||||||
# "git",
|
"git",
|
||||||
#),
|
),
|
||||||
#buildDockerFolder(
|
buildDockerFolder(
|
||||||
# "Dockerfile.drone",
|
"Dockerfile.drone",
|
||||||
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
|
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
|
||||||
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-drone",
|
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-drone",
|
||||||
# "letsencrypt-nginx",
|
"letsencrypt-nginx",
|
||||||
# "drone",
|
"drone",
|
||||||
#),
|
),
|
||||||
scp(base),
|
scp(base),
|
||||||
pull(
|
pull(
|
||||||
"pull images",
|
"pull images",
|
||||||
|
|
Reference in New Issue