dev/actions feature: overtime #27

Merged
tom_trgr merged 53 commits from dev/actions into main 2025-09-04 00:58:25 +02:00
Showing only changes of commit 92349dc7d2 - Show all commits

View File

@@ -47,7 +47,7 @@ jobs:
- name: Run Go Tests - name: Run Go Tests
run: cd Backend && go test ./... run: cd Backend && go test ./...
build: build:
needs: testing # needs: testing
name: Build Go Image and Upload name: Build Go Image and Upload
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@@ -69,4 +69,4 @@ jobs:
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: true push: true
tags: git.letsstein.de/tom/arbeitszeitmessung:latest tags: git.letsstein.de/tom/arbeitszeitmessung:latest
context: Docker context: Backend