Skip to content

Commit f70f17d

Browse files
committed
CI: fix lfs checkout
1 parent 926271a commit f70f17d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/docker-image.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
name: Publish Docker image
55

6-
on:
7-
release:
8-
types: [published]
6+
#on:
7+
# release:
8+
# types: [published]
99

1010
jobs:
1111
push_to_registry:
@@ -19,8 +19,9 @@ jobs:
1919
steps:
2020
- name: Check out the repo
2121
uses: actions/checkout@v4
22-
lfs: 'true'
23-
submodules: 'recursive'
22+
with:
23+
lfs: 'true'
24+
submodules: 'recursive'
2425

2526
- name: Log in to Docker Hub
2627
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a

0 commit comments

Comments
 (0)