mirror of
https://github.com/docker/build-push-action.git
synced 2025-05-24 11:31:46 +00:00
Update index.js
Signed-off-by: Juan Miño <juan.mino@truenorth.co>
This commit is contained in:
parent
edfc3424ce
commit
3e5d8254d4
1
dist/index.js
generated
vendored
1
dist/index.js
generated
vendored
@ -280,6 +280,7 @@ function getInputs(defaultContext) {
|
||||
load: core.getBooleanInput('load'),
|
||||
network: core.getInput('network'),
|
||||
noCache: core.getBooleanInput('no-cache'),
|
||||
quiet: core.getBooleanInput('quiet'),
|
||||
outputs: yield getInputList('outputs', true),
|
||||
platforms: yield getInputList('platforms'),
|
||||
pull: core.getBooleanInput('pull'),
|
||||
|
Loading…
Reference in New Issue
Block a user