mirror of
https://gitee.com/actions-mirror/docker-setup-buildx-action
synced 2026-06-06 19:29:34 +08:00
Add config input
Signed-off-by: Gabriel Martinez <gabrielmartinez@sisti.pt>
This commit is contained in:
@@ -48,6 +48,9 @@ async function run(): Promise<void> {
|
||||
if (inputs.endpoint) {
|
||||
createArgs.push(inputs.endpoint);
|
||||
}
|
||||
if (inputs.config) {
|
||||
createArgs.push('--config', inputs.config);
|
||||
}
|
||||
await exec.exec('docker', createArgs);
|
||||
core.endGroup();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user