From 46b40ccba5724c4a2310a0bcd8343c65a2c7d237 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Tue, 20 Jan 2026 22:34:24 +0000 Subject: [PATCH] .gitea/workflows/gitea-ci.yaml aktualisiert --- .gitea/workflows/gitea-ci.yaml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index b5d0beb..8272b1f 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -2,7 +2,7 @@ # .gitea/gitea-ci.yaml # -name: Build And Test +name: Build Docker Container using Multistage Build run-name: ${{ gitea.actor }} started ci pipeline on: push: @@ -13,25 +13,6 @@ on: workflow_dispatch: jobs: build: - runs-on: ubuntu-latest - steps: - - uses: https://github.com/actions/checkout@v6 - - name: Use Go - uses: https://github.com/actions/setup-go@v6 - with: - go-version: '1.25' - - run: go version - - run: go mod download - - run: CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o manage-servers . - - - uses: actions/upload-artifact@v3 - with: - name: manage-servers-binary - path: manage-servers - - publish: - needs: build - name: Build and Publish Docker Image runs-on: ubuntu-latest steps: - uses: https://github.com/actions/checkout@v6