osbs: try to disable the import_image plugin in the worker customization

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2022-01-19 09:19:54 +01:00
parent b13f01d350
commit c07049af0f

View file

@ -3,6 +3,10 @@
{ {
"plugin_type": "prebuild_plugins", "plugin_type": "prebuild_plugins",
"plugin_name": "fetch_maven_artifacts" "plugin_name": "fetch_maven_artifacts"
},
{
"plugin_type": "exit_plugins",
"plugin_name": "import_image"
} }
], ],
"enable_plugins": [] "enable_plugins": []