Skip to content

Commit b9f6d6b

Browse files
authored
fix: Rename registry (#121)
1 parent 5ee44fc commit b9f6d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package/docker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ const buildDockerfile = async (
141141
const supportedTargets = await pMap(
142142
plugin.buildTargets(),
143143
async ({ os, arch }) => {
144-
const imageRepository = `registry.cloudquery.io/${plugin.team()}/${plugin.kind()}-${plugin.name()}`;
144+
const imageRepository = `docker.cloudquery.io/${plugin.team()}/${plugin.kind()}-${plugin.name()}`;
145145
const imageTag = `${imageRepository}:${pluginVersion}-${os}-${arch}`;
146146
const imageTar = `plugin-${plugin.name()}-${pluginVersion}-${os}-${arch}.tar`;
147147
const imagePath = `${outputDirectory}/${imageTar}`;

0 commit comments

Comments
 (0)