diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 2436c8f..21b1480 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -53,7 +53,11 @@ jobs: - build-and-push-images steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 + with: + sparse-checkout: | + docker-compose.yml + sparse-checkout-cone-mode: false - name: Create and use env file run: |