diff --git a/.agola/config.jsonnet b/.agola/config.jsonnet index dec06c4..5926784 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 harbor.tuxpa.in/tux/agola-web:$AGOLA_GIT_TAG' }, + { type: 'run', command: '/kaniko/executor --destination $DOCKERURL/tux/agola-web:$AGOLA_GIT_TAG' }, ], depends: ['checkout code and save to workspace'], when: {