update docker workflow to use gitea-runner for build environment

This commit is contained in:
Flavio Fois
2026-03-23 11:15:15 +01:00
parent cc02351437
commit b92bd5ebca

View File

@@ -9,7 +9,7 @@ on:
jobs: jobs:
build-and-push: build-and-push:
runs-on: ubuntu-24.04 runs-on: gitea-runner
steps: steps:
- name: Checkout - name: Checkout