From ae546361d1a11f13ec2cf16bea8d06641b84e62a Mon Sep 17 00:00:00 2001 From: Anish Lakhwara Date: Mon, 22 Apr 2024 02:37:12 -0700 Subject: [PATCH] Fix Release.yaml (#4319) --- release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release.yaml b/release.yaml index 9444de91e87b..9155563188dc 100644 --- a/release.yaml +++ b/release.yaml @@ -255,7 +255,7 @@ promoteToPublic: cmd: | sg ops update-images \ --kind k8s \ - index.docker.io/sourcegraph \ + --registry index.docker.io/sourcegraph \ --docker-username=$DOCKER_USERNAME \ --docker-password=$DOCKER_PASSWORD \ --pin-tag {{inputs.server.tag}} \ @@ -268,7 +268,7 @@ promoteToPublic: echo "updating ${path}" sg ops update-images \ --kind k8s \ - index.docker.io/sourcegraph \ + --registry index.docker.io/sourcegraph \ --docker-username=$DOCKER_USERNAME \ --docker-password=$DOCKER_PASSWORD \ --pin-tag {{inputs.server.tag}} \ @@ -282,7 +282,7 @@ promoteToPublic: echo "updating ${path}" sg ops update-images \ --kind k8s \ - index.docker.io/sourcegraph \ + --registry index.docker.io/sourcegraph \ --docker-username=$DOCKER_USERNAME \ --docker-password=$DOCKER_PASSWORD \ --pin-tag {{inputs.server.tag}} \