mirror of
https://github.com/docker/build-push-action.git
synced 2025-06-28 15:26:42 +02:00
increases timeout to 10 minutes by default
This commit is contained in:
parent
63926b8cfa
commit
0ba08857f4
2 changed files with 3 additions and 3 deletions
|
@ -118,9 +118,9 @@ inputs:
|
|||
description: "The profile name to use for the WarpBuild Docker Builders"
|
||||
required: true
|
||||
timeout:
|
||||
description: "The timeout(in ms) to wait for the Docker Builders to be ready. By default, it is 5 minutes"
|
||||
description: "The timeout(in ms) to wait for the Docker Builders to be ready. By default, it is 10 minutes"
|
||||
required: false
|
||||
default: "300000"
|
||||
default: "600000"
|
||||
|
||||
outputs:
|
||||
imageid:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue