Skip to content

Commit

Permalink
Remove -azurefunc from the name of generated container images. Fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmelsayed committed Jul 30, 2018
1 parent 84c5141 commit cd40cb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public override async Task RunAsync()
return;
}

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

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

0 comments on commit cd40cb7

Please sign in to comment.