octue/Register service revision
Register a service revision for an Octue service.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 3, 2024
- License
- MIT
Pinned Snippet
uses: octue/register-service-revision@97c2b5257f59ff31f9ad7f52132e8130fa9b28e9 # 0.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| service_namespace | The namespace the Octue service belongs to in kebab case. | yes | — |
| service_name | The name of the Octue service in kebab case, unique within its namespace. | yes | — |
| service_revision_tag | The service revision tag (e.g. 1.0.7). | yes | — |
| service_registry_endpoint | The HTTP/HTTPS endpoint of the service registry to register the revision in. | yes | — |
| is_default | Whether the revision should be set as the default for its service. If this is unset, the service registry will decide. | no | "" |
Outputs
no outputs