commit | 66343ec75a87e04cf0348afe4f7833c24116132d | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Thu Mar 14 23:09:11 2024 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Thu Mar 14 23:09:11 2024 -0400 |
tree | ef30ef1b7603c49b8ecb312ecbd6d2a7d55c8951 | |
parent | 6fd97ab2020fd20aa9b7cc8f449cbda0c6c58912 [diff] |
ci: use /builds/ again
diff --git a/Jenkinsfile b/Jenkinsfile index 107dc81..074a060 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -88,7 +88,7 @@ } environment { - TEST_REGISTRY = "registry.atmosphere.dev/ci/${env.BRANCH_NAME.toLowerCase()}" + TEST_REGISTRY = "registry.atmosphere.dev/builds/${env.BRANCH_NAME.toLowerCase()}" PROD_REGISTRY = "ghcr.io/vexxhost/atmosphere" REGISTRY = "${env.BRANCH_NAME == 'main' ? PROD_REGISTRY : TEST_REGISTRY}"