sourceplane/kiox-release-action
Run kiox release with the current build, package, and optional push flags
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| push | OCI target reference for --push (for example ghcr.io/sourceplane/torkflow:v0.0.1) | no | — |
| registry | Deprecated alias for 'push' | no | — |
| manifest | Path to the kiox provider manifest | no | kiox.yaml |
| output | Output OCI image layout directory | no | oci |
| dist | Build output directory used before packaging | no | dist |
| main | Go main package to build | no | — |
| skip-build | Enable --skip-build | no | false |
| tag | OCI tag to write into the layout index | no | — |
| plain-http | Enable --plain-http for registry push flows | no | false |
| delegate-goreleaser | Enable --delegate-goreleaser | no | false |
| goreleaser-config | Path to .goreleaser.yml/.yaml when delegation is enabled | no | — |
| goreleaser-version | GoReleaser version to install when delegate-goreleaser is true | no | latest |
| goreleaser-install-url | GoReleaser installer script URL | no | https://goreleaser.com/static/run |
| working-directory | Working directory used when running kiox release | no | . |
| kiox-version | kiox version to install; when omitted or set to latest, the action resolves the latest published kiox release tag | no | — |
| install-url | Installer script URL; when omitted, the action uses install.sh from the resolved kiox tag | no | — |
Outputs
| name | description |
|---|---|
| kiox-version | Installed kiox version string |