mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-22 14:46:39 +02:00
use new implementation from toolkit
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
7e3a79c50d
commit
a54198e85a
3 changed files with 15 additions and 14 deletions
|
@ -609,7 +609,7 @@ nproc=3`],
|
|||
jest.spyOn(Buildx.prototype, 'version').mockImplementation(async (): Promise<string> => {
|
||||
return buildxVersion;
|
||||
});
|
||||
const inp = await context.getInputs(toolkit);
|
||||
const inp = await context.getInputs();
|
||||
const res = await context.getArgs(inp, toolkit);
|
||||
expect(res).toEqual(expected);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue