p6m-actions/Platform Application Manifest Dispatch
Dispatches a repository event to update application manifests with Docker image digests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The repository name in owner/repo format | yes | — |
| image-name | The name of the Docker image | yes | — |
| directory-name | Directory name for ./platform repo path /kubernetes/directory-name | yes | — |
| environment | The deployment environment (e.g., dev, stage, prod) | yes | dev |
| digest | The Docker image digest to update | yes | — |
| update-manifest-token | Token used to update image manifests | yes | — |
| platform-dispatch-url | URL to dispatch platform updates to | yes | — |
| registry | The Docker registry (default, ecr, or other) | no | default |
| resource-directory-name | The resource directory name to include in the event payload | no | "" |
Outputs
| name | description |
|---|---|
| status | The status of the dispatch request |