fix(fullstack): Use platform linux/amd64 for image building, some env var fixes

This commit is contained in:
2025-11-16 08:56:38 +01:00
parent af4dc3b7d8
commit 8d42254ac7
5 changed files with 20 additions and 21 deletions

View File

@@ -94,6 +94,7 @@ jobs:
context: .
file: ./legalconsenthub/Dockerfile
push: ${{ gitea.event_name == 'push' && gitea.ref == 'refs/heads/main' }}
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}