commit | 7738a9a8ac6f9db692548494c136159d02809dfe | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Tue Mar 12 22:43:57 2024 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Tue Mar 12 22:43:57 2024 -0400 |
tree | f5b186b9d81d9f1343f2ca34455f4e46ce595129 | |
parent | 69ca2857cf5dea8863a91c87ba1fb37bdfa23e95 [diff] |
ci: use new registry path
diff --git a/Jenkinsfile b/Jenkinsfile index 074a060..107dc81 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -88,7 +88,7 @@ } environment { - TEST_REGISTRY = "registry.atmosphere.dev/builds/${env.BRANCH_NAME.toLowerCase()}" + TEST_REGISTRY = "registry.atmosphere.dev/ci/${env.BRANCH_NAME.toLowerCase()}" PROD_REGISTRY = "ghcr.io/vexxhost/atmosphere" REGISTRY = "${env.BRANCH_NAME == 'main' ? PROD_REGISTRY : TEST_REGISTRY}"