From 842de7bbd09a22a25efad207366330b8c8e9f695 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 28 Aug 2025 14:01:17 -0400 Subject: [PATCH] Replace malicious container registry references with ghcr https://bmitch.net/blog/2025-08-22-ghrc-appears-malicious/ Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5121d405..6c6cc89c 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,4 @@ Use the Tiltfile/docker-compose.yml located in `deployment/dev` to get a local e ### CI & Versioning - Tests run on all pull requests -- When pushing a new version tag to the repo, CI will pick it up and create a docker image from the tagged commit tagged as the git tag. I.E. pushing v0.7.0 tag will create `ghcr.io/soluto/stitch:0.7.0` image and also `ghrc.io/soluto/stitch:latest`. +- When pushing a new version tag to the repo, CI will pick it up and create a docker image from the tagged commit tagged as the git tag. I.E. pushing v0.7.0 tag will create `ghcr.io/soluto/stitch:0.7.0` image and also `ghcr.io/soluto/stitch:latest`.