release: use `ghcr` as the docker registry (#6807)

\#6782 updated the release workflow to use `cr.l5d.io` even for
pushes which we can't. This PR updates the release workflow to
use `ghcr.io` instead just like integration tests (where we
_have_ to use `ghcr` to use the current images).

We can later update the release workflow to push on `ghcr` but
to pull on `cr.l5d.io`.

Signed-off-by: Tarun Pothulapati <tarunpothulapati@outlook.com>
This commit is contained in:
Tarun Pothulapati 2021-09-03 22:19:35 +05:30 committed by GitHub
parent 0019be2088
commit 791e45ae2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ permissions:
contents: read
env:
GH_ANNOTATION: true
DOCKER_REGISTRY: cr.l5d.io/linkerd
DOCKER_REGISTRY: ghcr.io/linkerd
jobs:
docker_build:
runs-on: ubuntu-20.04