Skip to content

Commit 30afb01

Browse files
committed
update container image name
1 parent 985ee89 commit 30afb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Targets.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ let private publishContainers _ =
7575
"-p"; "DebugType=none";
7676
"-p"; $"ContainerBaseImage=mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0-%s{imageTag}";
7777
"-p"; $"ContainerImageTags=\"%s{labels};%s{Software.Version.NormalizeToShorter()}\""
78-
"-p"; $"ContainerRepository=%s{Software.GithubMoniker}"
78+
"-p"; $"ContainerRepository=elastic/%s{project}"
7979
]
8080
let registry =
8181
match Environment.environVarOrNone "GITHUB_ACTION" with

0 commit comments

Comments
 (0)