Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workflow to retag docker images with CalVer string (#32)
More human readable Calendar Version ([CalVer](https://calver.org/)) tags for docker images published on the docker registry! Steps to trigger this workflow: 1. Make a git tag manually, or on https://github.com/CryoInTheCloud/hub-image/tags. Note that this tag should ideally be in CalVer format (e.g. `2022.12.02`) 2. The tag will trigger this Continuous Integration workflow `retag.yml` which will: 1. Pull down the build docker image from https://quay.io/repository/cryointhecloud/cryo-hub-image corresponding to the git commit that was tagged 2. The docker image will be retagged to a name like `2022.12.02` 3. This retagged docker image is then pushed back up to the docker registry GitHub Actions workflow adapted from https://github.com/pangeo-data/pangeo-docker-images/blob/2022.12.01/.github/workflows/Publish.yml Motivated by #11 (comment) and #13 (comment).
- Loading branch information