mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-19 01:46:45 +00:00
Remove bake support for now (future release or subaction)
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
e7964906a6
commit
2962fe9789
9 changed files with 60 additions and 995 deletions
15
action.yml
15
action.yml
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue