Common CI workflows for Project Catalyst.
The Documentation for how to use this repo are found here:
Many services used by CI need authentication.
- Make sure you use
docker login
for dockerhub.com - Copy
.secret.template
to.secret
and provide the required secrets for access to the specified services.
Failure to do these things could cause your builds to fail due to rate limiting, or inaccessible services.