diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2025-12-06 17:53:34 -0800 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2025-12-06 18:08:46 -0800 |
| commit | 97cfab7168a08507644266d1c72945060b05c41d (patch) | |
| tree | 98094f24a334108451ab65f03c229184750609cb /worker/scripts/checkout_ci.ts | |
| parent | a24545074ee575f37f7d4d3d4058f71e04ba2fba (diff) | |
| download | ci-97cfab7168a08507644266d1c72945060b05c41d.tar.gz ci-97cfab7168a08507644266d1c72945060b05c41d.zip | |
Move secrets to infisical.
Diffstat (limited to 'worker/scripts/checkout_ci.ts')
| -rwxr-xr-x | worker/scripts/checkout_ci.ts | 2 |
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' }; |
