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

Commit

Permalink
backport #61360 change of release public registry (#61643)
Browse files Browse the repository at this point in the history
  • Loading branch information
burmudar authored Apr 5, 2024
1 parent 1685619 commit 1dc813f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/ci/internal/ci/release_operations.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func releasePromoteImages(c Config) operations.Operation {
bk.Agent("queue", AspectWorkflows.QueueDefault),
bk.Env("VERSION", c.Version),
bk.Env("INTERNAL_REGISTRY", images.SourcegraphInternalReleaseRegistry),
bk.Env("PUBLIC_REGISTRY", images.SourcegraphPublicReleaseRegistry),
bk.Env("PUBLIC_REGISTRY", images.SourcegraphDockerPublishRegistry),
bk.AnnotatedCmd(
fmt.Sprintf("./tools/release/promote_images.sh %s", image_args),
bk.AnnotatedCmdOpts{
Expand Down

0 comments on commit 1dc813f

Please sign in to comment.