Skip to content

Commit

Permalink
add lfs input to enable checkout with Git LFS support
Browse files Browse the repository at this point in the history
  • Loading branch information
tmacro committed Sep 20, 2022
1 parent 79a7704 commit 44eb85a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ on:
build-args:
required: false
type: string
lfs:
required: false
type: boolean
default: false
secrets:
REGISTRY_LOGIN:
required: false
Expand All @@ -53,6 +57,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
lfs: ${{ inputs.lfs }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 44eb85a

Please sign in to comment.