Skip to content

Commit

Permalink
Merge pull request #8 from rebuy-de/always-pull-images
Browse files Browse the repository at this point in the history
  • Loading branch information
der-eismann authored Sep 17, 2024
2 parents 28b27df + e3004ee commit 5efac88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/buildah.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class BuildahCli implements Buildah {
arch?: string,
platform?: string
): Promise<CommandResult> {
const args: string[] = [ "bud", "--pull" ];
const args: string[] = [ "bud", "--pull=always" ];
if (arch) {
args.push("--arch");
args.push(arch);
Expand Down

0 comments on commit 5efac88

Please sign in to comment.