diff --git a/.gitea/workflows/image.yml b/.gitea/workflows/image.yml index 6c785e0..05aa736 100644 --- a/.gitea/workflows/image.yml +++ b/.gitea/workflows/image.yml @@ -14,12 +14,6 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - - name: Install Git LFS - run: sudo apt-get update && sudo apt-get install -y git-lfs - - - name: Pull Git LFS files - run: git lfs pull - - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3