fix: add LFS support in checkout step of deployment workflow

This commit is contained in:
Asep Haryana Saputra
2026-05-22 22:22:07 +00:00
parent 8cd128a438
commit b735897dc2
+2
View File
@@ -28,6 +28,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
lfs: true
- name: Set image prefix
run: echo "IMAGE_PREFIX=ghcr.io/${GITHUB_REPOSITORY,,}" >> "$GITHUB_ENV"