mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-20 09:01:23 +00:00
Merge fdef902b06
into 7a95fa7ee0
This commit is contained in:
commit
3f89eea9e9
3 changed files with 3 additions and 3 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
@ -146,7 +146,7 @@ export class BuildahCli implements Buildah {
|
||||||
core.debug("config");
|
core.debug("config");
|
||||||
core.debug(container);
|
core.debug(container);
|
||||||
const args: string[] = [ "config" ];
|
const args: string[] = [ "config" ];
|
||||||
if (settings.entrypoint) {
|
if (settings.entrypoint && settings.entrypoint.length > 0) {
|
||||||
args.push("--entrypoint");
|
args.push("--entrypoint");
|
||||||
args.push(BuildahCli.convertArrayToStringArg(settings.entrypoint));
|
args.push(BuildahCli.convertArrayToStringArg(settings.entrypoint));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue