Skip to content

Commit 76367ff

Browse files
committed
Move the docker image to ghcr.io/element-hq/matrix-authentication-service
1 parent 36eb0fb commit 76367ff

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ env:
2323
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
2424
SCCACHE_GHA_ENABLED: "true"
2525
RUSTC_WRAPPER: "sccache"
26-
IMAGE: ghcr.io/matrix-org/matrix-authentication-service
27-
IMAGE_SYN2MAS: ghcr.io/matrix-org/matrix-authentication-service/syn2mas
28-
BUILDCACHE: ghcr.io/matrix-org/matrix-authentication-service/buildcache
26+
IMAGE: ghcr.io/element-hq/matrix-authentication-service
27+
IMAGE_SYN2MAS: ghcr.io/element-hq/matrix-authentication-service/syn2mas
28+
BUILDCACHE: ghcr.io/element-hq/matrix-authentication-service/buildcache
2929
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
3030

3131
jobs:

docs/setup/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mas-cli config generate > config.yaml
1818
If you're using the docker container, the command `mas-cli` can be invoked with `docker run`:
1919

2020
```sh
21-
docker run ghcr.io/matrix-org/matrix-authentication-service config generate > config.yaml
21+
docker run ghcr.io/element-hq/matrix-authentication-service config generate > config.yaml
2222
```
2323

2424
This applies to all of the `mas-cli` commands in this document.

docs/setup/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ curl -sL "$URL" | tar xzC /path/to/mas
4242

4343
## Using the Docker image
4444

45-
A pre-built Docker image is available here: [`ghcr.io/matrix-org/matrix-authentication-service:latest`](https://ghcr.io/matrix-org/matrix-authentication-service:latest)
45+
A pre-built Docker image is available here: [`ghcr.io/element-hq/matrix-authentication-service:latest`](https://ghcr.io/element-hq/matrix-authentication-service:latest)
4646

4747
The `latest` tag is built using the latest release.
4848
The `main` tag is built from the `main` branch, and each commit on the `main` branch is also tagged with a stable `sha-<commit sha>` tag.

0 commit comments

Comments
 (0)