fix docker image lowcase naming

This commit is contained in:
2025-09-23 19:29:41 +02:00
parent b93b91d352
commit 39a6c3dd8b
2 changed files with 4 additions and 5 deletions

View File

@@ -7,12 +7,10 @@ services:
args:
- GIT_COMMIT_SHA=${GIT_COMMIT_SHA:-unknown}
- SENTRY_DSN=${SENTRY_DSN:-}
# Legt den Namen für das gebaute Image fest
image: ghcr.io/mrunknownde/utools-backend:latest
frontend:
# Definiert, wie das Image gebaut wird
build:
context: ./frontend
# Legt den Namen für das gebaute Image fest
image: ghcr.io/mrunknownde/utools-frontend:latest