From 87d2dd86ebc62625995ab78d4c384c5b0767fec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Tr=C3=B6ger?= Date: Thu, 21 Aug 2025 23:10:31 +0200 Subject: [PATCH] trying build --- .gitea/workflows/testing.yaml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/testing.yaml b/.gitea/workflows/testing.yaml index 26d6af4..fbce127 100644 --- a/.gitea/workflows/testing.yaml +++ b/.gitea/workflows/testing.yaml @@ -41,9 +41,9 @@ jobs: path: | /go_path /go_cache - key: go_path-${{ steps.hash-go.outputs.hash }} + key: arbeitszeitmessung-${{ steps.hash-go.outputs.hash }} restore-keys: |- - go_path-${{ steps.hash-go.outputs.hash }} + arbeitszeitmessung-${{ steps.hash-go.outputs.hash }} - name: Run Go Tests run: cd Backend && go test ./... build: @@ -59,3 +59,13 @@ jobs: registry: git.letsstein.de username: ${{ gitea.actor }} password: ${{ secrets.REGISTRY_TOKEN }} + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v3 + - name: Build and push + uses: docker/build-push-action@v6 + with: + platforms: linux/amd64,linux/arm64 + push: true + tags: git.letsstein.de/tom/arbeitszeitmessung:latest