Skip to content

Commit 864e009

Browse files
committed
fix(docker/build-image): pull lfs before build
1 parent ecfa82b commit 864e009

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

actions/docker/build-image/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ runs:
104104
with:
105105
lfs: true
106106

107+
- shell: bash
108+
run: git lfs pull
109+
107110
- id: cache
108111
uses: int128/docker-build-cache-config-action@v1
109112
with:

0 commit comments

Comments
 (0)