Verbesserung der Docker-Workflow-Konfiguration und Aktualisierung der Image-Referenzen

This commit is contained in:
2025-11-01 18:17:33 +01:00
parent e354d8aabd
commit 26c22f907b
2 changed files with 47 additions and 35 deletions
+2 -2
View File
@@ -7,10 +7,10 @@ services:
args:
- GIT_COMMIT_SHA=${GIT_COMMIT_SHA:-unknown}
- SENTRY_DSN=${SENTRY_DSN:-}
image: ghcr.io/mrunknownde/utools-backend:latest
image: mrunknownde/utools-backend:latest
frontend:
# Definiert, wie das Image gebaut wird
build:
context: ./frontend
image: ghcr.io/mrunknownde/utools-frontend:latest
image: mrunknownde/utools-frontend:latest