add dockerhost
Some checks failed
Build Heavy Service / build-and-package (push) Failing after 10m27s

This commit is contained in:
2026-01-02 09:52:49 +07:00
parent 24ea8bf578
commit 93223af7cc

View File

@@ -5,9 +5,9 @@ on:
workflow_dispatch:
inputs:
file_count:
description: 'Number of files to generate (controls build time)'
description: "Number of files to generate (controls build time)"
required: false
default: '10000'
default: "10000"
push:
branches:
- main
@@ -17,6 +17,8 @@ on:
jobs:
build-and-package:
runs-on: ubuntu-latest
env:
DOCKER_HOST: tcp://localhost:2376
steps:
- name: Checkout source code
uses: actions/checkout@v3