Skip to content

Commit

Permalink
fix: add use_cache input
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh authored Mar 9, 2024
1 parent 84f768c commit 4ef558b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ inputs:
Example: `ublue-os`
required: false
default: ${{ github.repository_owner }}
use_cache:
description: |
Make use of docker buildx cache. This is an experimental feature of docker buildx
so it isn't guaranteed to work.
Input must match the string 'true' for the step to be enabled.
required: false
default: 'false'

runs:
using: "composite"
steps:
Expand Down

0 comments on commit 4ef558b

Please sign in to comment.