diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index a7dd4d8..9f4257e 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + clean: false - name: Login to Docker Hub uses: docker/login-action@v3