File tree 2 files changed +3
-3
lines changed
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):
334
334
raise ChildProcessError ("Unable to run Docker command: %s" % err )
335
335
336
336
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" % (
338
338
self ._plugin .team (),
339
339
self ._plugin .kind (),
340
340
self ._plugin .name (),
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ def test_plugin_package():
191
191
)
192
192
assert (
193
193
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"
195
195
)
196
196
assert package ["supported_targets" ][1 ]["os" ] == "linux"
197
197
assert package ["supported_targets" ][1 ]["arch" ] == "arm64"
@@ -201,5 +201,5 @@ def test_plugin_package():
201
201
)
202
202
assert (
203
203
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"
205
205
)
You can’t perform that action at this time.
0 commit comments