Skip to content

Commit 44eb85a

Browse files
committed
add lfs input to enable checkout with Git LFS support
1 parent 79a7704 commit 44eb85a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker-build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ on:
3737
build-args:
3838
required: false
3939
type: string
40+
lfs:
41+
required: false
42+
type: boolean
43+
default: false
4044
secrets:
4145
REGISTRY_LOGIN:
4246
required: false
@@ -53,6 +57,8 @@ jobs:
5357
steps:
5458
- name: Checkout
5559
uses: actions/checkout@v2
60+
with:
61+
lfs: ${{ inputs.lfs }}
5662

5763
- name: Set up Docker Buildx
5864
uses: docker/setup-buildx-action@v1

0 commit comments

Comments
 (0)