diff --git a/.github/workflows/build-docker-images.yml b/.github/workflows/build-docker-images.yml index 741c89b..281e374 100644 --- a/.github/workflows/build-docker-images.yml +++ b/.github/workflows/build-docker-images.yml @@ -34,6 +34,8 @@ jobs: - name: Check out code uses: actions/checkout@v4 + with: + lfs: true - name: Login to DockerHub uses: docker/login-action@v3 @@ -72,6 +74,8 @@ jobs: - name: Check out code uses: actions/checkout@v4 + with: + lfs: true - name: Login to DockerHub uses: docker/login-action@v3