Skip to content

Commit

Permalink
Add support for --no-cache-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Aug 23, 2022
1 parent 2f287c1 commit cbc0724
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 15 deletions.
3 changes: 3 additions & 0 deletions action.yml
Expand Up @@ -54,6 +54,9 @@ inputs:
description: 'Do not use cache when building the image'
required: false
default: 'false'
no-cache-filters:
description: 'Do not cache specified stages'
required: false
outputs:
description: 'List of output destinations (format: type=local,dest=path)'
required: false
Expand Down

0 comments on commit cbc0724

Please sign in to comment.