mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-19 01:46:45 +00:00
Remove GitHub Cache support for now (future release or buildkit cache provider?)
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
2962fe9789
commit
44d05b9191
9 changed files with 32 additions and 54196 deletions
|
@ -61,10 +61,6 @@ inputs:
|
|||
cache-to:
|
||||
description: "Newline-delimited list of cache export destinations for buildx (eg. user/app:cache, type=local,dest=path/to/dir)"
|
||||
required: false
|
||||
cache-github:
|
||||
description: "Export all the layers of all intermediate steps in the GitHub cache"
|
||||
required: false
|
||||
default: 'false'
|
||||
|
||||
outputs:
|
||||
digest:
|
||||
|
@ -73,4 +69,3 @@ outputs:
|
|||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
post: 'dist/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue