better context
Some checks failed
GoLang Tests / Run Go Tests (push) Successful in 3m1s
GoLang Tests / Build Go Image and Upload (push) Failing after 3m1s

This commit is contained in:
2025-08-21 23:19:48 +02:00
parent f56fde9bfd
commit 92349dc7d2

View File

@@ -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