Remove bake support for now (future release or subaction)

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-08-17 18:26:35 +02:00
parent e7964906a6
commit 2962fe9789
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
9 changed files with 60 additions and 995 deletions

View file

@ -1,5 +1,6 @@
name: Docker Build and Push
description: Build and push Docker images
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
name: Docker Build Push
description: Build and push Docker images with Buildx
author: docker
branding:
icon: 'anchor'
@ -64,16 +65,6 @@ inputs:
description: "Export all the layers of all intermediate steps in the GitHub cache"
required: false
default: 'false'
bake:
description: "Use bake as the high-level build command"
required: false
default: 'false'
bake-files:
description: "Newline-delimited list of bake definition files"
required: false
bake-targets:
description: "Newline-delimited list of bake targets"
required: false
outputs:
digest: