fix(fullstack): Move legalconsenthub.yml API to root

This commit is contained in:
2025-11-15 10:30:00 +01:00
parent af434ad3a4
commit af4dc3b7d8
7 changed files with 26 additions and 13 deletions

View File

@@ -5,12 +5,14 @@ on:
pull_request:
paths:
- 'legalconsenthub-backend/**'
- 'api/**'
- '.gitea/workflows/backend.yaml'
push:
branches:
- main
paths:
- 'legalconsenthub-backend/**'
- 'api/**'
- '.gitea/workflows/backend.yaml'
jobs:
@@ -95,7 +97,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: ./legalconsenthub-backend
context: .
file: ./legalconsenthub-backend/Dockerfile
push: ${{ gitea.event_name == 'push' && gitea.ref == 'refs/heads/main' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}