From 66475481d524f75da04c0063e6d97c0d9835b9ae Mon Sep 17 00:00:00 2001 From: Andrew Cutler Date: Thu, 9 Jan 2025 11:23:00 +1100 Subject: [PATCH] Correct readme regarding docker hub --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a5a419f..d51afb8 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,9 @@ This go application can consume an AWS SQS queue with ECR Image events on it and ## Releases -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). +Releases are published on GitHub and Docker images are pushed to [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.4 -docker pull docker.io/panubo/image-triggers:0.0.4 docker pull public.ecr.aws/panubo/image-triggers:0.0.4 ```