A container image that contains python and semantic-release, together with some other useful tools.
To get the Docker image from GitHub Container Registry, you can use the following command:
docker pull ghcr.io/berghmans/release-container/release-container:py3.12.3-node20.13.1
Adjust the tag to the prefered version.
When using in another Dockerfile, you can use:
FROM ghcr.io/berghmans/release-container/release-container:py3.12.3-node20.13.1