From 41fee9faa128732abed824a65b85d2280af36a68 Mon Sep 17 00:00:00 2001 From: Prasanth Baskar Date: Fri, 22 Aug 2025 00:50:22 +0530 Subject: [PATCH] fix(typo): ghrc.io to ghcr.io - fix typo on ghcr.io --- docs/RELEASE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/RELEASE.md b/docs/RELEASE.md index c00561e2c..31c6ce923 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -5,10 +5,10 @@ Docker images are hosted on [ghcr.io/scality](https://github.com/orgs/scality/packages). There are a few images: -* Container image: `ghrc.io/scality/backbeat` -* Dashboards: `ghrc.io/scality/backbeat/backbeat-dashboard` -* Policies: `ghrc.io/scality/backbeat/backbeat-policies` -* CI ancillary images: `ghrc.io/scality/backbeat/ci-*` +* Container image: `ghcr.io/scality/backbeat` +* Dashboards: `ghcr.io/scality/backbeat/backbeat-dashboard` +* Policies: `ghcr.io/scality/backbeat/backbeat-policies` +* CI ancillary images: `ghcr.io/scality/backbeat/ci-*` The CI will push images with every CI build tagging the content with the developer’s branch short SHA-1 commit hash.