Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add VERSION to ci-base-image (#1735)
# Goal The goal of this PR is to add a version to the `ci-base-image` container when it is published to DockerHub. `IMAGE_VERSION` is added to the publishing jobs and stored as a `LABEL` in the container itself. `IMAGE_VERSION` will be baselined as `1.0.0` `docker inspect` can be used to check the version of a container and should be in-sync with the tag version. A follow on PR will be used to update the github workflows to use the version number. # Discussion The current workflows pull using the defaults, which is the `latest` tag. Adding a version will allows us better traceability and better maintenance moving forward. --------- Co-authored-by: Matthew Orris <--help>
- Loading branch information