fix: enable Git LFS checkout in GitHub Actions workflows
- Added 'lfs: true' to all checkout steps in workflows - Ensures Docker builds get the actual database file, not LFS pointer - Required after migrating nodes.db to Git LFS
This commit is contained in:
2
.github/workflows/docker-build-fast.yml
vendored
2
.github/workflows/docker-build-fast.yml
vendored
@@ -26,6 +26,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
Reference in New Issue
Block a user