mirror of
https://github.com/docker/setup-buildx-action.git
synced 2025-05-11 00:49:30 +02:00
Allow to download staging releases of buildx
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
a1c666d855
commit
3b5c478cc4
10 changed files with 8527 additions and 40 deletions
|
@ -35,6 +35,10 @@ inputs:
|
|||
config:
|
||||
description: 'BuildKit config file'
|
||||
required: false
|
||||
github-token:
|
||||
description: 'GitHub Token as provided by secrets'
|
||||
default: ${{ github.token }}
|
||||
required: true
|
||||
|
||||
outputs:
|
||||
name:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue