mirror of
https://github.com/docker/build-push-action.git
synced 2026-03-20 05:30:19 +08:00
switch to ESM and update config/test wiring
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
db4ff6ca90
commit
b66574c6d1
12 changed files with 105 additions and 662 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import * as core from '@actions/core';
|
||||
|
||||
import {Build} from '@docker/actions-toolkit/lib/buildx/build';
|
||||
import {Build} from '@docker/actions-toolkit/lib/buildx/build.js';
|
||||
|
||||
import {Inputs} from './context';
|
||||
import {Inputs} from './context.js';
|
||||
|
||||
export const tmpDir = process.env['STATE_tmpDir'] || '';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue