From d51b0c12c58aa194697258c5b76d00a5d3d23896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Tr=C3=B6ger?= Date: Thu, 4 Sep 2025 00:55:35 +0200 Subject: [PATCH] update --- Docker/docker-compose.dev.yml | 1 - Makefile | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Docker/docker-compose.dev.yml b/Docker/docker-compose.dev.yml index 5498341..dd75faf 100644 --- a/Docker/docker-compose.dev.yml +++ b/Docker/docker-compose.dev.yml @@ -19,7 +19,6 @@ services: ports: - 8001:8080 backend: - build: ../Backend image: git.letsstein.de/tom/arbeitszeitmessung restart: unless-stopped env_file: diff --git a/Makefile b/Makefile index 8ad2736..994d36c 100644 --- a/Makefile +++ b/Makefile @@ -44,8 +44,8 @@ generateFrontend: backend: generateFrontend login_registry - docker buildx build --platform linux/amd64,linux/arm64 -t ${IMAGE_REGISTRY}/${PACKAGE_OWNER}/arbeitszeit-backend:latest Backend --push - docker buildx build --platform linux/amd64,linux/arm64 -t ${IMAGE_REGISTRY}/${PACKAGE_OWNER}/arbeitszeit-backend:${GIT_COMMIT} Backend --push + docker buildx build --platform linux/amd64,linux/arm64 -t ${IMAGE_REGISTRY}/${PACKAGE_OWNER}/arbeitszeitmessung:latest Backend --push + docker buildx build --platform linux/amd64,linux/arm64 -t ${IMAGE_REGISTRY}/${PACKAGE_OWNER}/arbeitszeitmessung:${GIT_COMMIT} Backend --push test: $(MAKE) -C Backend test