Skip to content

Commit

Permalink
feat: add flag "trust builder"
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Sep 28, 2023
1 parent f273aae commit 51c6167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/code-pack/src/pack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const pack = async (
'--tag',
`${image}:latest`,
'--verbose',
'--trust-builder',
]

if (publish) {
Expand Down
1 change: 1 addition & 0 deletions yarn/plugin-image/src/image-pack.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ class ImagePackCommand extends BaseCommand {
'--tag',
`${image}:latest`,
'--verbose',
'--trust-builder',
]

if (this.publish) {
Expand Down

0 comments on commit 51c6167

Please sign in to comment.