dev/actions feature: overtime #27
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user