From 2e163af9108ce9930a48021ae2d9c835d12446db Mon Sep 17 00:00:00 2001 From: Letro Bot Date: Thu, 2 Apr 2026 16:52:25 +0330 Subject: [PATCH] fix: rename docker repo name --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bf23e0ef8..38478c78b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,8 +27,8 @@ env: CARGO_NET_GIT_FETCH_WITH_CLI: "true" SCCACHE_GHA_ENABLED: "true" RUSTC_WRAPPER: "sccache" - IMAGE: ghcr.io/element-hq/matrix-authentication-service - BUILDCACHE: ghcr.io/element-hq/matrix-authentication-service/buildcache + IMAGE: ghcr.io/p-num/matrix-authentication-service + BUILDCACHE: ghcr.io/p-num/matrix-authentication-service/buildcache DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index jobs: