Skip to content

Commit

Permalink
VCI-223: Add missing parameter for BuildImage target
Browse files Browse the repository at this point in the history
  • Loading branch information
krankenbro committed Nov 29, 2021
1 parent ad38219 commit 82db098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Docker/Build.Docker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ internal partial class Build
var settings = new DockerBuildSettings()
.SetFile(DockerfilePath)
.SetPull(true)
.SetPath(RootDirectory)
.SetTag(DockerImageFullName);
DockerTasks.DockerBuild(settings);
});
Expand Down

0 comments on commit 82db098

Please sign in to comment.