mirror of
https://github.com/docker/bake-action.git
synced 2026-06-07 18:48:40 +02:00
merge workdir into source input
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -368,11 +368,11 @@ describe('getArgs', () => {
|
||||
provenance: inp.provenance,
|
||||
push: inp.push,
|
||||
sbom: inp.sbom,
|
||||
source: inp.source,
|
||||
source: inp.source.remoteRef,
|
||||
targets: inp.targets
|
||||
},
|
||||
{
|
||||
cwd: inp.workdir
|
||||
cwd: inp.source.workdir,
|
||||
}
|
||||
);
|
||||
const res = await context.getArgs(inp, definition, toolkit);
|
||||
|
||||
Reference in New Issue
Block a user