add a release workflow powered by goreleaser#35
Conversation
Signed-off-by: Edmund Ochieng <ochienged@gmail.com>
Fix spelling error
|
Build did not complete locally but that is not a result of this PR. Process got the point where it was sufficient. ❯ PODMAN_NETWORK_DRIVER="slirp4netns" DOCKER_HOST="unix:///run/user/$(id -u)/podman/podman.sock" act --privileged -s QUAY_USERNAME='' -s QUAY_ROBOT_TOKEN='' --job release --eventpath tmp/event.json |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mrhillsman, OchiengEd The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This commit adds a GitHub workflow that will build binaries and images when a tag is created.
The included
Dockefile.ciis single stage as it uses binaries created by goreleaser to build an image.