Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/siketyan/wait-for-ecr-replication-action

Waits for ECR repository replications to be succeeded on GitHub Actions.
https://github.com/siketyan/wait-for-ecr-replication-action

aws continuous-deployment ecr github-action

Last synced: about 1 month ago
JSON representation

Waits for ECR repository replications to be succeeded on GitHub Actions.

Awesome Lists containing this project

README

        

# Wait for ECR Replication Action

Waits for ECR repository replications to be succeeded on GitHub Actions.

## Getting Started

### Using Repository URI

```yaml
- uses: siketyan/wait-for-ecr-replication-action@v1
with:
image_tag: latest
repository_uri: 0123456789.dkr.ecr.ap-northeast-1.amazonaws.com/my-image
```

### Using Repository Name and Registry ID

```yaml
- uses: siketyan/wait-for-ecr-replication-action@v1
with:
image_tag: latest
repository_name: my-image
registry_id: 0123456789 # Optional
```