.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
ad775128bc
commit
93f82a8344
|
@ -85,7 +85,7 @@ local util = import 'lib/util.libsonnet';
|
|||
'sleep 15',
|
||||
'docker login $${LOCAL_DOCKER_REGISTRY} --username client --password "$${LOCAL_REGISTRY_PASSWORD}"',
|
||||
'cd docker-dind',
|
||||
'cat "$${CA_CRT}" > CA_crt.crt',
|
||||
'echo "$${CA_CRT}" > CA_crt.crt',
|
||||
'docker build . -t $${LOCAL_DOCKER_REGISTRY}docker:dind',
|
||||
'docker push $${LOCAL_DOCKER_REGISTRY}docker:dind',
|
||||
'docker logout $${LOCAL_DOCKER_REGISTRY}',
|
||||
|
|
|
@ -77,7 +77,7 @@ steps:
|
|||
- sleep 15
|
||||
- docker login $${LOCAL_DOCKER_REGISTRY} --username client --password "$${LOCAL_REGISTRY_PASSWORD}"
|
||||
- cd docker-dind
|
||||
- cat "$${CA_CRT}" > CA_crt.crt
|
||||
- echo "$${CA_CRT}" > CA_crt.crt
|
||||
- docker build . -t $${LOCAL_DOCKER_REGISTRY}docker:dind
|
||||
- docker push $${LOCAL_DOCKER_REGISTRY}docker:dind
|
||||
- docker logout $${LOCAL_DOCKER_REGISTRY}
|
||||
|
|
Loading…
Reference in New Issue