fix: use docker:host label

This commit is contained in:
KV-Tube Deployer 2026-03-28 14:44:50 +07:00
parent 871d506f83
commit 729bfbe49e

View file

@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: docker:host
steps:
- name: Checkout
run: |