computesphere/Build and Deploy Image to ComputeSphere
GitHub Action to build and deploy an image to ComputeSphere
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Specify the action mode: build-only, build-and-push, deploy-only, or build-and-deploy | yes | build-and-deploy |
| name | Full image name with tag (e.g., quay.io/computesphere/computesphere-nodejs-example:v0.0.1) | yes | — |
| account_id | ComputeSphere account ID | no | — |
| token | ComputeSphere API token | no | — |
| deployment_id | Deployment ID for ComputeSphere | no | — |
| registry | Container registry URL | no | — |
| type | Image type (private or public) | no | public |
| provider | Image provider (e.g., other, ecr, gcr) | no | other |
| username | Registry username | no | "" |
| password | Registry password | no | "" |
| dockerfile | Path to Dockerfile | no | Dockerfile |
| extra_build_args | Additional build arguments | no | "" |
Outputs
no outputs