We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985ee89 commit 30afb01Copy full SHA for 30afb01
build/Targets.fs
@@ -75,7 +75,7 @@ let private publishContainers _ =
75
"-p"; "DebugType=none";
76
"-p"; $"ContainerBaseImage=mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0-%s{imageTag}";
77
"-p"; $"ContainerImageTags=\"%s{labels};%s{Software.Version.NormalizeToShorter()}\""
78
- "-p"; $"ContainerRepository=%s{Software.GithubMoniker}"
+ "-p"; $"ContainerRepository=elastic/%s{project}"
79
]
80
let registry =
81
match Environment.environVarOrNone "GITHUB_ACTION" with
0 commit comments