Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 547 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 547 Bytes

Catalyst-CI

Common CI workflows for Project Catalyst.

Documentation

The Documentation for how to use this repo are found here:

Authentication

Many services used by CI need authentication.

  1. Make sure you use docker login for dockerhub.com
  2. 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.