fix(ci): use runner docker host
Some checks failed
build-and-release / build (push) Failing after 1m10s

This commit is contained in:
Ashwin Kumar Sivakumar 2026-07-05 22:25:37 +05:30
parent 366b6b878a
commit 2402b1f7e4

View file

@ -9,8 +9,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
DOCKER_HOST: unix:///var/run/docker.sock
steps:
- name: Checkout
uses: actions/checkout@v4