mirror of https://github.com/linkerd/linkerd2.git
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:
parent
0019be2088
commit
791e45ae2b
|
@ -7,7 +7,7 @@ permissions:
|
||||||
contents: read
|
contents: read
|
||||||
env:
|
env:
|
||||||
GH_ANNOTATION: true
|
GH_ANNOTATION: true
|
||||||
DOCKER_REGISTRY: cr.l5d.io/linkerd
|
DOCKER_REGISTRY: ghcr.io/linkerd
|
||||||
jobs:
|
jobs:
|
||||||
docker_build:
|
docker_build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
Loading…
Reference in New Issue