mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-19 01:46:45 +00:00
Remove builder v1 support
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
585c2ae3b7
commit
78a1e0d9a3
8 changed files with 70 additions and 344 deletions
|
@ -6,6 +6,9 @@ branding:
|
|||
color: 'blue'
|
||||
|
||||
inputs:
|
||||
builder:
|
||||
description: "Builder instance"
|
||||
required: false
|
||||
context:
|
||||
description: "Build's context is the set of files located in the specified PATH or URL"
|
||||
required: false
|
||||
|
@ -34,9 +37,6 @@ inputs:
|
|||
description: "Do not use cache when building the image"
|
||||
required: false
|
||||
default: 'false'
|
||||
builder:
|
||||
description: "Builder instance"
|
||||
required: false
|
||||
platforms:
|
||||
description: "Comma-delimited list of target platforms for build"
|
||||
required: false
|
||||
|
@ -45,7 +45,7 @@ inputs:
|
|||
required: false
|
||||
default: 'false'
|
||||
push:
|
||||
description: "Whether to push the built image (shorthand for --output=type=registry if buildx used)"
|
||||
description: "Shorthand for --output=type=registry"
|
||||
required: false
|
||||
default: 'false'
|
||||
outputs:
|
||||
|
@ -65,4 +65,3 @@ outputs:
|
|||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue