File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ def run_docker_cmd(cmd, plugin_dir):
334334 raise ChildProcessError ("Unable to run Docker command: %s" % err )
335335
336336 def build_target (target : plugin .plugin .BuildTarget ):
337- image_repository = "registry .cloudquery.io/%s/%s-%s" % (
337+ image_repository = "docker .cloudquery.io/%s/%s-%s" % (
338338 self ._plugin .team (),
339339 self ._plugin .kind (),
340340 self ._plugin .name (),
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ def test_plugin_package():
191191 )
192192 assert (
193193 package ["supported_targets" ][0 ]["docker_image_tag" ]
194- == "registry .cloudquery.io/cloudquery/source-memdb:v1.0.0-linux-amd64"
194+ == "docker .cloudquery.io/cloudquery/source-memdb:v1.0.0-linux-amd64"
195195 )
196196 assert package ["supported_targets" ][1 ]["os" ] == "linux"
197197 assert package ["supported_targets" ][1 ]["arch" ] == "arm64"
@@ -201,5 +201,5 @@ def test_plugin_package():
201201 )
202202 assert (
203203 package ["supported_targets" ][1 ]["docker_image_tag" ]
204- == "registry .cloudquery.io/cloudquery/source-memdb:v1.0.0-linux-arm64"
204+ == "docker .cloudquery.io/cloudquery/source-memdb:v1.0.0-linux-arm64"
205205 )
You can’t perform that action at this time.
0 commit comments