mirror of
https://github.com/docker/build-push-action.git
synced 2026-01-20 17:48:55 +08:00
multi profile support
This commit is contained in:
parent
0288f15378
commit
f1f37b8586
8 changed files with 6350 additions and 4351 deletions
|
|
@ -36,7 +36,7 @@ actionsToolkit.run(
|
|||
|
||||
remoteBuilders = new WarpBuildRemoteBuilders({
|
||||
apiKey: inputs.apiKey,
|
||||
profileName: inputs.profileName,
|
||||
profileNames: inputs.profileNames,
|
||||
timeout: parsedTimeout
|
||||
});
|
||||
|
||||
|
|
@ -255,7 +255,7 @@ actionsToolkit.run(
|
|||
|
||||
remoteBuilders = new WarpBuildRemoteBuilders({
|
||||
apiKey: inputs.apiKey,
|
||||
profileName: inputs.profileName,
|
||||
profileNames: inputs.profileNames,
|
||||
timeout: parsedTimeout
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue