Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 703 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 703 Bytes

docker-cli-release

Repo for building and releasing the Docker CLI for different platforms.

Creating a populated release:

  1. Get the tag of the docker CLI release you want to build, e.g. "v20.10.10" (called TAG)

  2. git tag TAG (from whatever main is).

  3. git push origin refs/tags/${TAG}.

  4. Let GitHub CI do its thing. This will generate a draft release.

  5. Then go build a release:

Go to https://github.com/rancher-sandbox/rancher-desktop-docker-cli/releases and edit the draft release.

Manually triggering builds

It's possible to manually trigger a build (via GitHub Actions, manually use the Run workflow button); builds triggered this way will not create a draft release.