mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-02 21:20:06 +02:00
Update index.js
This commit is contained in:
parent
504c13c95f
commit
dafed4e96c
1 changed files with 1 additions and 0 deletions
1
dist/index.js
generated
vendored
1
dist/index.js
generated
vendored
|
@ -280,6 +280,7 @@ function getInputs(defaultContext) {
|
||||||
load: core.getBooleanInput('load'),
|
load: core.getBooleanInput('load'),
|
||||||
network: core.getInput('network'),
|
network: core.getInput('network'),
|
||||||
noCache: core.getBooleanInput('no-cache'),
|
noCache: core.getBooleanInput('no-cache'),
|
||||||
|
quiet: core.getBooleanInput('quiet'),
|
||||||
outputs: yield getInputList('outputs', true),
|
outputs: yield getInputList('outputs', true),
|
||||||
platforms: yield getInputList('platforms'),
|
platforms: yield getInputList('platforms'),
|
||||||
pull: core.getBooleanInput('pull'),
|
pull: core.getBooleanInput('pull'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue