switch to hyphen:
agola/agola-web/agola web build/test The run failed Details

This commit is contained in:
elee 2022-03-04 03:01:21 -06:00
parent 4d32019249
commit 583dd58e20
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ local task_build(version, arch) = {
cat << EOF > /kaniko/.docker/config.json cat << EOF > /kaniko/.docker/config.json
{ {
"auths": { "auths": {
"harbor.tuxpa.in": { "auth": "cm9ib3QkdHV4Ok5uMHU3Z1Q1TU1GZE5kVjJFS0FnRlJlME0xMVBjeDJs" } "$DOCKERURL": { "auth" : "$DOCKERAUTH" }
} }
} }
EOF EOF