diff --git a/.agola/config.jsonnet b/.agola/config.jsonnet index 55e44ff..efa169f 100644 --- a/.agola/config.jsonnet +++ b/.agola/config.jsonnet @@ -96,7 +96,7 @@ local task_build(version, arch) = { EOF |||, }, - { type: 'run', command: '/kaniko/executor --destination sorintlab/agola:$AGOLA_GIT_TAG' }, + { type: 'run', command: '/kaniko/executor --destination sorintlab/agola-web:$AGOLA_GIT_TAG' }, ], depends: ['checkout code and save to workspace'], when: {