Compare commits

...

2 Commits

Author SHA1 Message Date
elee 0cd11ce578 debug env
agola/agola-web/agola web build/test The run finished successfully Details
2022-03-04 03:14:31 -06:00
elee 583dd58e20 switch to hyphen:
agola/agola-web/agola web build/test The run failed Details
2022-03-04 03:01:21 -06:00
1 changed files with 2 additions and 2 deletions

View File

@ -91,13 +91,13 @@ local task_build(version, arch) = {
cat << EOF > /kaniko/.docker/config.json
{
"auths": {
"harbor.tuxpa.in": { "auth": "cm9ib3QkdHV4Ok5uMHU3Z1Q1TU1GZE5kVjJFS0FnRlJlME0xMVBjeDJs" }
"$DOCKERURL": { "auth" : "$DOCKERAUTH" }
}
}
EOF
|||,
},
{ type: 'run', command: '/kaniko/executor --destination harbor.tuxpa.in/tux/agola-web:$AGOLA_GIT_TAG' },
{ type: 'run', command: '/kaniko/executor --destination $DOCKERURL/tux/agola-web:$AGOLA_GIT_TAG' },
],
depends: ['checkout code and save to workspace'],
when: {