Skip to content

Commit cd40cb7

Browse files
committed
Remove -azurefunc from the name of generated container images. Fixes #595
1 parent 84c5141 commit cd40cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Azure.Functions.Cli/Actions/DeployActions/DeployFunctionAction.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public override async Task RunAsync()
103103
return;
104104
}
105105

106-
var image = $"{Registry}/{Name}-azurefunc";
106+
var image = $"{Registry}/{Name}";
107107

108108
ColoredConsole.WriteLine("Building Docker image...");
109109
await DockerHelpers.DockerBuild(image, Environment.CurrentDirectory);

0 commit comments

Comments
 (0)