Move the docker image to ghcr.io/element-hq/matrix-authentication-service

This commit is contained in:
Quentin Gliech
2024-09-05 15:58:03 +02:00
parent d1dcac46d7
commit c0f98e3de7
3 changed files with 5 additions and 5 deletions

View File

@@ -23,9 +23,9 @@ env:
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
IMAGE: ghcr.io/matrix-org/matrix-authentication-service
IMAGE_SYN2MAS: ghcr.io/matrix-org/matrix-authentication-service/syn2mas
BUILDCACHE: ghcr.io/matrix-org/matrix-authentication-service/buildcache
IMAGE: ghcr.io/element-hq/matrix-authentication-service
IMAGE_SYN2MAS: ghcr.io/element-hq/matrix-authentication-service/syn2mas
BUILDCACHE: ghcr.io/element-hq/matrix-authentication-service/buildcache
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
jobs:

View File

@@ -18,7 +18,7 @@ mas-cli config generate > config.yaml
If you're using the docker container, the command `mas-cli` can be invoked with `docker run`:
```sh
docker run ghcr.io/matrix-org/matrix-authentication-service config generate > config.yaml
docker run ghcr.io/element-hq/matrix-authentication-service config generate > config.yaml
```
This applies to all of the `mas-cli` commands in this document.

View File

@@ -42,7 +42,7 @@ curl -sL "$URL" | tar xzC /path/to/mas
## Using the Docker image
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)
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)
The `latest` tag is built using the latest release.
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.