Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
macropin committed Jan 9, 2025
1 parent 6b404a8 commit f4614a2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Image Triggers

This go script can consume an AWS SQS queue with ECR Image events on it and trigger an external script with the image name and image tag as parameters.
This go application can consume an AWS SQS queue with ECR Image events on it and trigger an external script with the image name and image tag as parameters.

## Example
## Usage Example

```
./image-triggers -queue-name ecr -region ap-southeast-2 -- ./myscript.sh
```

## Releases

Releases are published on GitHub and Docker images are pushed to [Docker Hub](https://hub.docker.com/r/panubo/image-triggers) and [Quay.io](https://quay.io/panubo/image-triggers).
Releases are published on GitHub and Docker images are pushed to [Docker Hub](https://hub.docker.com/r/panubo/image-triggers), [Quay.io](https://quay.io/panubo/image-triggers) and [Amazon ECR Public](https://gallery.ecr.aws/panubo/image-triggers).

```
docker pull quay.io/panubo/image-triggers:0.0.1
docker pull quay.io/panubo/image-triggers:0.0.4
docker pull docker.io/panubo/image-triggers:0.0.4
docker pull public.ecr.aws/panubo/image-triggers:0.0.4
```

0 comments on commit f4614a2

Please sign in to comment.