fix git lfs for CI
release-tag / release-image (push) Failing after 2m21s

This commit is contained in:
2024-05-09 00:12:28 +02:00
parent 64b6802951
commit f4160c12d3
+5
View File
@@ -13,6 +13,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
lfs: true
- name: Checkout LFS objects
run: git lfs checkout
- name: Login to DockerHub
uses: docker/login-action@v2