mirror of
https://github.com/lukaszraczylo/talos-builder.git
synced 2026-06-11 00:09:29 +00:00
README: simplify GitHub Actions trigger description
This commit is contained in:
@@ -42,14 +42,13 @@ talosctl upgrade \
|
||||
|
||||
### Using GitHub Actions
|
||||
|
||||
The CI workflow builds and publishes images automatically. It can be triggered two ways:
|
||||
The CI workflow builds and publishes images automatically. It is triggered when you push a version tag:
|
||||
|
||||
- **Push a tag** matching `v*.*.*` — this triggers the full build and creates a GitHub Release:
|
||||
```bash
|
||||
git tag v1.11.5-cm5
|
||||
git push origin v1.11.5-cm5
|
||||
```
|
||||
- **Manual run** — go to Actions → build → "Run workflow" to trigger a build without creating a release.
|
||||
|
||||
### Local build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user