aboutsummaryrefslogtreecommitdiff
path: root/worker/scripts/checkout_ci.ts
diff options
context:
space:
mode:
Diffstat (limited to 'worker/scripts/checkout_ci.ts')
-rwxr-xr-xworker/scripts/checkout_ci.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker/scripts/checkout_ci.ts b/worker/scripts/checkout_ci.ts
index c4006e6..009d3fa 100755
--- a/worker/scripts/checkout_ci.ts
+++ b/worker/scripts/checkout_ci.ts
@@ -26,7 +26,7 @@ function isCiWorkflow(t: unknown): t is CiWorkflow {
}
const CI_WORKFLOW_FILE = '.ci/ci.json';
-const OCI_REGISTRY = 'oci.liz.coffee';
+const OCI_REGISTRY = 'img.liz.coffee';
const PIPELINE_IMAGE = OCI_REGISTRY + '/emprespresso/ci_worker:release';
const READONLY_CREDENTIALS = { username: 'readonly', password: 'readonly' };