Try to use a secure connection to the registry

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-06-08 15:02:23 +02:00
parent 135478dd38
commit d27a3827b2

View file

@ -31,5 +31,14 @@
],
"enable_plugins": [
{
"plugin_type": "postbuild_plugins",
"plugin_name": "tag_and_push",
"plugin_args": {
"registries": {
"{{REGISTRY_URI}}": { "insecure": false }
}
}
}
]
}