1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-04-01 20:50:09 +02:00

Update index.js

This commit is contained in:
Juan Jose Miño - TN 2021-10-15 12:37:08 -03:00 committed by GitHub
parent 504c13c95f
commit dafed4e96c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
dist/index.js generated vendored
View file

@ -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'),