From 879419698834c48002ff93592c35fed60f0e3e07 Mon Sep 17 00:00:00 2001 From: elee Date: Fri, 4 Mar 2022 02:17:39 -0600 Subject: [PATCH] fix --- .agola/config.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.agola/config.jsonnet b/.agola/config.jsonnet index 3a92b12..3763ff2 100644 --- a/.agola/config.jsonnet +++ b/.agola/config.jsonnet @@ -97,7 +97,7 @@ local task_build(version, arch) = { EOF |||, }, - { type: 'run', command: '/kaniko/executor --destination build.tuxpa.in/tux/agola-web:$AGOLA_GIT_TAG' }, + { type: 'run', command: '/kaniko/executor --destination harbor.tuxpa.in/tux/agola-web:$AGOLA_GIT_TAG' }, ], depends: ['checkout code and save to workspace'], when: {