Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 1dc813f

Browse files
authored
backport #61360 change of release public registry (#61643)
1 parent 1685619 commit 1dc813f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/ci/internal/ci/release_operations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func releasePromoteImages(c Config) operations.Operation {
2020
bk.Agent("queue", AspectWorkflows.QueueDefault),
2121
bk.Env("VERSION", c.Version),
2222
bk.Env("INTERNAL_REGISTRY", images.SourcegraphInternalReleaseRegistry),
23-
bk.Env("PUBLIC_REGISTRY", images.SourcegraphPublicReleaseRegistry),
23+
bk.Env("PUBLIC_REGISTRY", images.SourcegraphDockerPublishRegistry),
2424
bk.AnnotatedCmd(
2525
fmt.Sprintf("./tools/release/promote_images.sh %s", image_args),
2626
bk.AnnotatedCmdOpts{

0 commit comments

Comments
 (0)