Update .gitea/workflows/build.yaml
Some checks failed
Build & Push / build (push) Failing after 22s

This commit is contained in:
2025-09-23 09:19:44 +00:00
parent 12c7a8f57b
commit d4087ec16b

View File

@@ -9,6 +9,8 @@ on:
jobs:
build:
runs-on: [k8s-runner]
env:
DOCKER_HOST: tcp://127.0.0.1:2375
steps:
- name: Checkout code
uses: actions/checkout@v3