Merge pull request #13 from sgotti/agola_run_fix_agola_image_name

agola run: fix agola-web image name
This commit is contained in:
Simone Gotti 2019-08-29 16:39:13 +02:00 committed by GitHub
commit ee60775243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: {