Move the docker image to ghcr.io/element-hq/matrix-authentication-service
This commit is contained in:
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user