mirror of
https://github.com/docker/build-push-action
synced 2024-11-10 05:21:40 +00:00
Update generated content
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
26b3a3b0cd
commit
e53a3da260
1 changed files with 0 additions and 2 deletions
2
setup-buildx/dist/index.js
generated
vendored
2
setup-buildx/dist/index.js
generated
vendored
|
@ -2519,8 +2519,6 @@ function run() {
|
|||
core.info('🤝 Setting buildx as default builder...');
|
||||
yield exec.exec('docker', ['buildx', 'install'], false);
|
||||
}
|
||||
core.info('🐳 Docker info');
|
||||
yield exec.exec('docker', ['info'], false);
|
||||
core.info('🛒 Extracting available platforms...');
|
||||
core.setOutput('platforms', yield buildx.platforms());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue