cloud37-ai/Container Build and Push
Builds and pushes a container image to GitHub Container Registry with versioning
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image_name | Name of the container image | yes | — |
| image_title | Title of the container image | yes | — |
| image_description | Description of the container image | yes | — |
| registry | Container registry to push to | no | ghcr.io |
| org_name | Organization name for the container registry | no | cloud37-ai |
| version_increment | Version increment type (patch/minor/major) | no | patch |
| dockerfile_path | Path to the Dockerfile | no | ./Dockerfile |
| context_path | Build context path | no | . |
| build_args | Build arguments in the format KEY=VALUE,KEY2=VALUE2 | no | — |
| build_secrets | Build secrets in the format KEY=VALUE,KEY2=VALUE2 | no | — |
| railway_token | Railway deployment token | no | — |
| railway_service_id | Railway service ID | no | — |
| railway_environment_id | Railway environment ID | no | — |
| deploy_env | Deployment environment (affects tags and versioning) | no | dev |
Outputs
no outputs