From 6ee4bebf079d376ced5fe2e82520a59f44eb768b Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Sat, 15 Nov 2025 08:54:59 +0100 Subject: [PATCH] fix(pipeline): Delete caching statements for backend pipeline --- .gitea/workflows/backend.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/backend.yaml b/.gitea/workflows/backend.yaml index 281f02d..8313027 100644 --- a/.gitea/workflows/backend.yaml +++ b/.gitea/workflows/backend.yaml @@ -16,7 +16,7 @@ on: jobs: build-and-test: runs-on: ubuntu-latest - + services: postgres: image: postgres:16-alpine @@ -29,11 +29,11 @@ jobs: --health-interval 10s --health-timeout 5s --health-retries 5 - + defaults: run: working-directory: ./legalconsenthub-backend - + steps: - name: Checkout code uses: actions/checkout@v4 @@ -99,8 +99,6 @@ jobs: push: ${{ gitea.event_name == 'push' && gitea.ref == 'refs/heads/main' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max - name: Image built successfully if: gitea.event_name == 'push' && gitea.ref == 'refs/heads/main'