diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6f03661..942c5fe 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,14 +7,6 @@ jobs: runs-on: ubuntu-latest if: gitea.ref == 'refs/heads/master' steps: - - uses: actions/checkout@v4 - with: - lfs: 'true' - - name: Checkout LFS files - uses: actions/checkout@v4 - - run: git lfs pull - - run: stat ./static/media/stm32begin-001-007.png - - name: Setup Docker Buildx uses: docker/setup-buildx-action@v3 @@ -25,6 +17,13 @@ jobs: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} + - uses: actions/checkout@v4 + with: + lfs: 'true' + submodules: 'recurse' + - run: git lfs pull + - run: stat ./static/media/stm32begin-001-007.png + - name: Build and push uses: docker/build-push-action@v6 with: