From 5e4e2f1554c9d1ae4ac225b2dc5bb69dcd8f8d6c Mon Sep 17 00:00:00 2001 From: ITO Mac Date: Tue, 14 Apr 2026 11:17:10 +0200 Subject: [PATCH] . --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 175aa12..060d412 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -11,7 +11,7 @@ env: jobs: # ── JOB 1: Build i Push Docker image ────────────────── build: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Checkout koda uses: actions/checkout@v4 @@ -39,7 +39,7 @@ jobs: # ── JOB 2: Deploy na k3s ─────────────────────────────── deploy: needs: build - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Checkout koda uses: actions/checkout@v4