From dfe9e974cf14ae6f8d6b6a6c246ba08c5b72a8da Mon Sep 17 00:00:00 2001 From: Simone Gotti Date: Thu, 29 Aug 2019 16:33:54 +0200 Subject: [PATCH] agola run: fix agola-web image name --- .agola/config.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {