Compare commits
No commits in common. "0cd11ce57861ce7d691680cc7d44908b13b5f80a" and "4d32019249fcad04cec96c47c36543d0ab6a066a" have entirely different histories.
0cd11ce578
...
4d32019249
@ -91,13 +91,13 @@ local task_build(version, arch) = {
|
|||||||
cat << EOF > /kaniko/.docker/config.json
|
cat << EOF > /kaniko/.docker/config.json
|
||||||
{
|
{
|
||||||
"auths": {
|
"auths": {
|
||||||
"$DOCKERURL": { "auth" : "$DOCKERAUTH" }
|
"harbor.tuxpa.in": { "auth": "cm9ib3QkdHV4Ok5uMHU3Z1Q1TU1GZE5kVjJFS0FnRlJlME0xMVBjeDJs" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|||,
|
|||,
|
||||||
},
|
},
|
||||||
{ type: 'run', command: '/kaniko/executor --destination $DOCKERURL/tux/agola-web:$AGOLA_GIT_TAG' },
|
{ type: 'run', command: '/kaniko/executor --destination harbor.tuxpa.in/tux/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
Block a user