test-env/.gitea/workflows
James712346 7d38483860
All checks were successful
ci / docker (arm-ubuntu-latest, 2.40.0, 1.20, 1.52.2) (push) Successful in 5m18s
ci / docker (ubuntu-latest, 2.40.0, 1.19, 1.52.2) (push) Successful in 6m58s
ci / docker (arm-ubuntu-latest, 2.40.0, 1.19, 1.52.2) (push) Successful in 7m6s
ci / docker (ubuntu-latest, 2.40.0, 1.20, 1.52.2) (push) Successful in 7m8s
Added -w 0 to base64 command for credientals produce a base64 value larger than 76 charters (#25)
If a username, and password that produces a base64 value larger than 76 characters, base64 will add \n to the output to wrap the text. The \n is then moved to the ~/.docker/config.json, that would break build image step producing the error of
```
WARNING: Error loading config file: /root/.docker/config.json: invalid character '\n' in string literal
```

Reviewed-on: #25
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io>
Co-authored-by: James712346 <james712346@noreply.gitea.io>
Co-committed-by: James712346 <james712346@noreply.gitea.io>
2023-05-03 22:23:00 +08:00
..
build-publish.yaml Added -w 0 to base64 command for credientals produce a base64 value larger than 76 charters (#25) 2023-05-03 22:23:00 +08:00
dry-run.yaml Fix build-publish workflow failure (#24) 2023-04-28 21:49:08 +08:00