actions-marketplace-validations/Choreo Deployer
Deploy newly built docker images to kubernetes through the Choreo API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 29, 2025
- License
- Apache 2.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/choreo-templates_build-deploy-action@44591f4692b06095321cc86f41e5579f6143454e # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| domain | Choreo API Domain. | no | "" |
| org-id | Organization ID | yes | 0 |
| project-id | Project ID | yes | "" |
| app-id | App ID | yes | "" |
| env-id | Environment ID | yes | "" |
| version | Version ID | yes | "" |
| branch | Branch | no | :"main" |
| image-name | Name of the image | yes | "" |
| git-hash-date | Date of the built tag | no | "" |
| git-hash | Name of the built tag | yes | latest |
| gitops-hash | Name of the built tag of gitops repo | yes | latest |
| token | Secret token for validation | yes | "" |
| port-extract-file-path | Deploymnet yaml file path to extract ports | yes | target/kubernetes/workspace/workspace.yaml |
| debug | Enable request debug | no | false |
| is-http-based | Status of the http based app | no | "" |
| container-id | Container Id | no | N/A |
| is-container-deployment | Check container deployment | no | "" |
| oas-file-path | Oas file path | no | "" |
| is-auto-deploy | Service auto deploy status | no | false |
| run-id | Run ID of the current build | no | "" |
| organizationUuid | Organization UUID | yes | "" |
Outputs
| name | description |
|---|---|
| choreo-status | Status of the Webhook Call to choreo |