[x] Update documentation to include container releases
[x] Update container release workflow to build tike using pip? ( cannot build a container release from conda release if it is released before the conda package is built ) OR change triggers to schedule a cron job which tries to build a container for all the latest release tags?
Approach
Pre-Merge Checklists
Submitter
[ ] Write a helpfully descriptive pull request title.
[ ] Organize changes into logically grouped commits with descriptive commit messages.
[ ] Document all new functions.
[ ] Click 'details' on the readthedocs check to view the updated docs.
[ ] Write tests for new functions or explain why they are not needed.
[ ] Address any complaints from pep8speaks.
Reviewer
[ ] Actually read all of the code.
[ ] Run the new code yourself; the included tests should make this easy.
[ ] Write a summary of the changes as you understand them.
Purpose
Approach
Pre-Merge Checklists
Submitter
Reviewer