From 09b7a862a94b122f9305c54871235fdbdcceca47 Mon Sep 17 00:00:00 2001 From: Luisina Santos Date: Fri, 4 Sep 2026 17:23:20 -0300 Subject: [PATCH] Update deprecated ghcr.io image reference to public.ecr.aws README.md referenced this connector's image via ghcr.io/conductorone; container images are now published to public.ecr.aws/conductorone instead. Only this connector's own image reference was updated. Co-Authored-By: Claude Sonnet 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1ae9d78..98ce535b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ baton resources ## docker ``` -docker run --rm -v $(pwd):/out -e BATON_TOKEN=githubAccessToken ghcr.io/conductorone/baton-github:latest -f "/out/sync.c1z" +docker run --rm -v $(pwd):/out -e BATON_TOKEN=githubAccessToken public.ecr.aws/conductorone/baton-github:latest -f "/out/sync.c1z" docker run --rm -v $(pwd):/out ghcr.io/conductorone/baton:latest -f "/out/sync.c1z" resources ```