Merge pull request #13 from sgotti/agola_run_fix_agola_image_name
agola run: fix agola-web image name
This commit is contained in:
commit
ee60775243
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue