Derived from https://github.com/paul-e-allen/docker-build-publish-example.
ghcr.io/paul-e-allen/docker-terraform-tools:latest
- Initial release
Trigger a new release, build, and push by creating and pushing a new tag with format:
v<MAJOR_VERSION>.<MINOR_VERSION>.<PATCH_NUMBER>
For example, v1.0.0
.
You can use the following git
commands to create a push a tag:
git tag -a v1.0.0 -m v1.0.0
git push origin v1.0.0