chore: add github lfs

This commit is contained in:
2025-12-18 18:02:34 +01:00
parent ac6ec7e535
commit eb3f43953a

View File

@@ -23,6 +23,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true # WICHTIG: Lädt die echten LFS-Dateien (MaxMind DBs) herunter
- name: Get short SHA
id: vars
@@ -83,4 +84,4 @@ jobs:
run: |
docker buildx imagetools create \
-t ${{ env.REGISTRY }}/${{ env.DOCKERHUB_USER_LC }}/utools-frontend:${{ github.event.inputs.extra_tag }} \
${{ env.REGISTRY }}/${{ env.DOCKERHUB_USER_LC }}/utools-frontend:${{ steps.vars.outputs.sha }}
${{ env.REGISTRY }}/${{ env.DOCKERHUB_USER_LC }}/utools-frontend:${{ steps.vars.outputs.sha }}