agola run: fix agola-web image name
This commit is contained in:
parent
f3e4306fa5
commit
dfe9e974cf
|
@ -96,7 +96,7 @@ local task_build(version, arch) = {
|
||||||
EOF
|
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'],
|
depends: ['checkout code and save to workspace'],
|
||||||
when: {
|
when: {
|
||||||
|
|
Loading…
Reference in New Issue