Compare commits
2 Commits
4d32019249
...
0cd11ce578
Author | SHA1 | Date |
---|---|---|
elee | 0cd11ce578 | |
elee | 583dd58e20 |
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue