siketyan/Wait for ECR Replication Action
Waits for ECR repository replications to be succeeded on GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Authenticated GitHub token. | yes | ${{ github.token }} |
| interval | Polling interval in sec for re-fetching status of in-progress replications. | yes | 5 |
| image_digest | Digest of the image. Either image_digest or image_tag is required. | no | — |
| image_tag | Tag of the image. Either image_digest or image_tag is required. | no | — |
| repository_uri | URI of the ECR repository. Either repository_uri or repository_name is required. Overrides registry_id and region. | no | — |
| repository_name | Name of the ECR repository. Either repository_uri or repository_name is required. | no | — |
| registry_id | ID of the ECR registry. Defaults to the default registry of the current account. | no | — |
| region | AWS region of the ECR registry. Defaults to the current region. | no | — |
Outputs
no outputs