Skip to content

Commit

Permalink
tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Feb 5, 2023
1 parent 30177ca commit 349288f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azdo-task/DevcontainersCi/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export async function runMain(): Promise<void> {
platform,
additionalCacheFroms: cacheFrom,
output: buildxOutput,
noCache,
noCache,
};

console.log('\n\n');
Expand Down
2 changes: 1 addition & 1 deletion github-action/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export async function runMain(): Promise<void> {
additionalCacheFroms: cacheFrom,
userDataFolder,
output: buildxOutput,
noCache,
noCache,
};
const result = await devcontainer.build(args, log);

Expand Down

0 comments on commit 349288f

Please sign in to comment.