Open
Description
Is your feature request related to a problem? Please describe.
Docker images are currently not tagged with a (semantic) version, making it difficult to debug potential issues between releases or for "pinning" images (albeit, directly using geocml-base-deployment images or as a base image in a downstream docker image build).
Describe the solution you'd like
Append a semver tag to docker images, if the git commit has an associated semver-shaped git tag, as part of image builds published to GHCR.