From 2f14d217b12e756c48d5f5d0b173e1a88ee026b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20QUEROL?= <2+kawa@not.obvious> Date: Wed, 26 Aug 2026 17:17:38 +0200 Subject: [PATCH] Update .gitea/workflows/publish-image.yml --- .gitea/workflows/publish-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish-image.yml b/.gitea/workflows/publish-image.yml index 1145c90..38e03cc 100644 --- a/.gitea/workflows/publish-image.yml +++ b/.gitea/workflows/publish-image.yml @@ -13,7 +13,7 @@ on: jobs: build-and-push: - runs-on: ready2blob-runner + runs-on: debian-13 steps: - name: Checkout uses: actions/checkout@v4