Compare commits

...

3 Commits

Author SHA1 Message Date
elee 4d32019249 zzz
agola/agola-web/agola web build/test The run finished successfully Details
2022-03-04 02:48:21 -06:00
elee 81a2faf4ab forc
agola/agola-web/agola web build/test The run failed Details
2022-03-04 02:47:04 -06:00
elee d1b067e81b maybe now?
agola/agola-web/agola web build/test The run failed Details
2022-03-04 02:34:07 -06:00
1 changed files with 3 additions and 3 deletions

View File

@ -77,8 +77,8 @@ local task_build(version, arch) = {
], ],
}, },
environment: { environment: {
DOCKERAUTH: { from_variable: 'harborauth' }, DOCKERAUTH: { from_variable: 'harbor-auth' },
DOCKERURL: { from_variable: 'harborurl' }, DOCKERURL: { from_variable: 'harbor-url' },
}, },
shell: '/busybox/sh', shell: '/busybox/sh',
working_dir: '/workspace', working_dir: '/workspace',
@ -91,7 +91,7 @@ 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