dev/actions #26

Merged
tom_trgr merged 41 commits from dev/actions into dev/main 2025-08-29 15:36:00 +02:00
Showing only changes of commit 92349dc7d2 - Show all commits

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