Create a semver tag with a "v" prefix and push, such as:
git tag -s v1.0.0 -m v1.0.0
git push origin v1.0.0
A GitHub Action will take of running goreleaser, which will create a release and push an image.
Create a semver tag with a "v" prefix and push, such as:
git tag -s v1.0.0 -m v1.0.0
git push origin v1.0.0
A GitHub Action will take of running goreleaser, which will create a release and push an image.