This repository uses GitHub Actions to build release artifacts:
release.ymlbuildsstacker-clibinaries on release publish.docker.ymlbuilds and pushestrydirect/stacker:<tag>on release publish.
git checkout main
git pullgh release create v0.2.7 --generate-notesThis creates the v0.2.7 tag and publishes the release, which triggers:
- CLI binary builds (linux + macOS) and uploads to the release.
- Docker image build and push tagged as
trydirect/stacker:v0.2.7.
gh release view v0.2.7 --json assets --jq '.assets[].name'gh run list -L 10gh run rerun <run-id>