mirror of
https://github.com/docker/login-action.git
synced 2026-05-06 11:24:43 +00:00
replace ncc with esbuild for action bundling
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
e33c55ff04
commit
6986616b80
30 changed files with 8196 additions and 5745 deletions
|
|
@ -32,5 +32,5 @@ inputs:
|
|||
|
||||
runs:
|
||||
using: 'node24'
|
||||
main: 'dist/index.js'
|
||||
post: 'dist/index.js'
|
||||
main: 'dist/index.cjs'
|
||||
post: 'dist/index.cjs'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue