Remove builder v1 support

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-08-16 05:53:50 +02:00
parent 585c2ae3b7
commit 78a1e0d9a3
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
8 changed files with 70 additions and 344 deletions

View file

@ -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'