mirror of
https://github.com/docker/build-push-action.git
synced 2025-06-28 15:26:42 +02:00
initial code
This commit is contained in:
parent
84ad562665
commit
6802d7df2c
8 changed files with 576 additions and 12 deletions
11
action.yml
11
action.yml
|
@ -112,6 +112,17 @@ inputs:
|
|||
default: ${{ github.token }}
|
||||
required: false
|
||||
|
||||
api-key:
|
||||
description: "The API key for the WarpBuild API. This is not required in case of using WarpBuild runners"
|
||||
required: false
|
||||
profile-name:
|
||||
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"
|
||||
required: false
|
||||
default: "300000"
|
||||
|
||||
outputs:
|
||||
imageid:
|
||||
description: 'Image ID'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue