Compare commits

..

No commits in common. "4d32019249fcad04cec96c47c36543d0ab6a066a" and "9c4598973d7256f3b1359f35d9d0617ec646d886" have entirely different histories.

View File

@ -77,8 +77,8 @@ local task_build(version, arch) = {
],
},
environment: {
DOCKERAUTH: { from_variable: 'harbor-auth' },
DOCKERURL: { from_variable: 'harbor-url' },
DOCKERAUTH: { from_variable: 'harborauth' },
DOCKERURL: { from_variable: 'harborurl' },
},
shell: '/busybox/sh',
working_dir: '/workspace',
@ -91,7 +91,7 @@ local task_build(version, arch) = {
cat << EOF > /kaniko/.docker/config.json
{
"auths": {
"harbor.tuxpa.in": { "auth": "cm9ib3QkdHV4Ok5uMHU3Z1Q1TU1GZE5kVjJFS0FnRlJlME0xMVBjeDJs" }
"$DOCKERURL": { "auth" : "$DOCKERAUTH" }
}
}
EOF