ci: use alpine with docker socket for builds
Some checks failed
Build & Push Docker Image / build (push) Failing after 6s

This commit is contained in:
KV-Tube Deployer 2026-03-28 09:15:48 +07:00
parent 17912515a7
commit 454ef227eb

View file

@ -16,14 +16,14 @@ jobs:
build: build:
runs-on: docker-build runs-on: docker-build
steps: steps:
- name: Install tools
run: apk add --no-cache git docker-cli
- name: Docker info - name: Docker info
run: | run: docker version && docker info
docker version
docker info
- name: Checkout - name: Checkout
run: | run: |
apk add --no-cache git
git clone https://vndangkhoa:Thieugia19@git.khoavo.myds.me/vndangkhoa/kv-tube.git /tmp/kv-tube git clone https://vndangkhoa:Thieugia19@git.khoavo.myds.me/vndangkhoa/kv-tube.git /tmp/kv-tube
cd /tmp/kv-tube cd /tmp/kv-tube
git checkout ${GITHUB_SHA:-main} git checkout ${GITHUB_SHA:-main}