We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08ee9a commit 7a0bdf9Copy full SHA for 7a0bdf9
1 file changed
README.md
@@ -23,7 +23,7 @@ Each image flavor (e.g. `stackrox-test`, `scanner-test`) is pushed to
23
1. **Merge to main** -- `tag.yaml` auto-creates a semver tag (e.g. `0.5.8`)
24
2. **Tag push** -- `build.yaml` builds all images, pushes versioned tags, and
25
updates `latest` (only if the tag is the highest version on main)
26
-3. **Promote to stable** -- run manually when ready:
+3. **Promote to stable** -- [run manually](https://github.com/stackrox/rox-ci-image/actions/workflows/promote-stable.yaml) when ready:
27
```bash
28
gh workflow run promote-stable.yaml
29
# or with a specific version:
0 commit comments