Skip to content

Commit

Permalink
Merge pull request #6 from scality/feature/lfs_support_in_checkout
Browse files Browse the repository at this point in the history
add lfs input to enable checkout with Git LFS support
  • Loading branch information
tmacro authored Sep 20, 2022
2 parents 79a7704 + 44eb85a commit 8fa761f
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 8fa761f

Please sign in to comment.