From 080ebb2d4dc649cc640f5c5cae5ed6314b1c4210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Thu, 28 May 2026 23:58:15 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20fix=20runs-on=20label=20=E2=86=92=20homel?= =?UTF-8?q?ab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 3997402..193f836 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,7 +10,7 @@ env: jobs: build-and-push: - runs-on: ubuntu-latest + runs-on: homelab steps: - name: Checkout @@ -31,7 +31,7 @@ jobs: tags: ${{ env.IMAGE }}:latest deploy: - runs-on: ubuntu-latest + runs-on: homelab needs: build-and-push steps: