Merge pull request #1 from p-num/fix/build-docker-name

fix: rename docker repo name
This commit is contained in:
Letro Bot
2026-04-02 17:43:15 +03:30

View File

@@ -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: