Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
prebansa authored and leantk committed Dec 23, 2019
1 parent b9d2f35 commit c276488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tasks/ContainerBuildV0/src/buildctl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async function buildUsingBuildctl() {
async function buildUsingDocker() {

const dockerfilepath = tl.getInput("dockerFile", true);
const contextpath = tl.getInput("localContext", true);
const contextpath = tl.getInput("buildContext", true);

var dockerToolPath = tl.which("docker", true);
var command = tl.tool(dockerToolPath);
Expand Down

0 comments on commit c276488

Please sign in to comment.