Skip to content

Commit 7ec76ee

Browse files
authored
Fix nightly builds (#216)
1 parent 3b86050 commit 7ec76ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-docker-images.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434

3535
- name: Check out code
3636
uses: actions/checkout@v4
37+
with:
38+
lfs: true
3739

3840
- name: Login to DockerHub
3941
uses: docker/login-action@v3
@@ -72,6 +74,8 @@ jobs:
7274

7375
- name: Check out code
7476
uses: actions/checkout@v4
77+
with:
78+
lfs: true
7579

7680
- name: Login to DockerHub
7781
uses: docker/login-action@v3

0 commit comments

Comments
 (0)