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

This commit is contained in:
2026-01-07 08:30:07 +00:00
parent b53534e7ab
commit 0a890dc244

View File

@@ -8,6 +8,7 @@ on:
jobs:
build:
runs-on: [k8s-cluster]
image: node:24-alpine
steps:
- name: Checkout code
uses: actions/checkout@v6