ci: use alpine with docker socket for builds
Some checks failed
Build & Push Docker Image / build (push) Failing after 6s
Some checks failed
Build & Push Docker Image / build (push) Failing after 6s
This commit is contained in:
parent
17912515a7
commit
454ef227eb
1 changed files with 4 additions and 4 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue