Try to use a secure connection to the registry
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
135478dd38
commit
d27a3827b2
1 changed files with 9 additions and 0 deletions
|
@ -31,5 +31,14 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
"enable_plugins": [
|
"enable_plugins": [
|
||||||
|
{
|
||||||
|
"plugin_type": "postbuild_plugins",
|
||||||
|
"plugin_name": "tag_and_push",
|
||||||
|
"plugin_args": {
|
||||||
|
"registries": {
|
||||||
|
"{{REGISTRY_URI}}": { "insecure": false }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue