cloud37-ai/Semver Label Tag Push Image
Automatically version, label, tag and push Docker images using semantic versioning
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | Container registry to push to | yes | ghcr.io |
| org_name | Organization name for the image | yes | — |
| image_name | Name of the image | yes | — |
| image_title | Title of the image for OCI labels | yes | — |
| image_description | Description of the image for OCI labels | yes | — |
| version_increment | Version increment type (major, minor, patch) | yes | patch |
| release_branch | Branch to use for versioning | yes | main |
| registry_username | Username for registry authentication | no | ${{ github.actor }} |
| registry_password | Password for registry authentication (e.g., GITHUB_TOKEN) | yes | — |
| dockerfile | Path to the Dockerfile | no | ./Dockerfile |
Outputs
no outputs