Skip to content

Commit

Permalink
Set default for buildx-fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie authored Aug 24, 2022
1 parent 8767006 commit b3be1b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ inputs:
buildx-fallback:
description: 'Fallback to `docker buildx build` if `depot build` fails'
required: false
default: 'false'
cache-from:
description: 'List of external cache sources for buildx (e.g., user/app:cache, type=local,src=path/to/dir)'
required: false
Expand Down

0 comments on commit b3be1b7

Please sign in to comment.