cihelper/Release GitHub Action
Release an GitHub Action using semantic-release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Semantic version used for tagging (with leading v). Example: v1.2.3 | no | — |
| github-token | GitHub token | no | ${{ github.token }} |
| registry | Container registry | no | ghcr.io |
| registry-username | Container registry username | no | ${{ github.actor }} |
| registry-password | Container registry password | no | ${{ github.token }} |
| image-name | Image name | no | ${{ github.repository }} |
| build-context | Build context | no | . |
| dockerfile | Dockerfile | no | Dockerfile |
| push-image | Push image to registry | no | true |
| build-image | Build image | no | true |
| tag-suffix | Suffix to add to the image tag | no | — |
| tag-prefix | Prefix to add to the image tag | no | — |
| platforms | List of target platforms for build | no | — |
Outputs
no outputs