agola run: fix agola-web image name

This commit is contained in:
Simone Gotti 2019-08-29 16:33:54 +02:00
parent f3e4306fa5
commit dfe9e974cf
1 changed files with 1 additions and 1 deletions

View File

@ -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: {