From 92349dc7d2db94459a6a9a9b8ae92ff75a91bd35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Tr=C3=B6ger?= Date: Thu, 21 Aug 2025 23:19:48 +0200 Subject: [PATCH] better context --- .gitea/workflows/testing.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/testing.yaml b/.gitea/workflows/testing.yaml index 6f2a08d..2fe794f 100644 --- a/.gitea/workflows/testing.yaml +++ b/.gitea/workflows/testing.yaml @@ -47,7 +47,7 @@ jobs: - name: Run Go Tests run: cd Backend && go test ./... build: - needs: testing + # needs: testing name: Build Go Image and Upload runs-on: ubuntu-latest steps: @@ -69,4 +69,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: git.letsstein.de/tom/arbeitszeitmessung:latest - context: Docker + context: Backend