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:
|
||||
runs-on: docker-build
|
||||
steps:
|
||||
- name: Install tools
|
||||
run: apk add --no-cache git docker-cli
|
||||
|
||||
- name: Docker info
|
||||
run: |
|
||||
docker version
|
||||
docker info
|
||||
run: docker version && docker info
|
||||
|
||||
- name: Checkout
|
||||
run: |
|
||||
apk add --no-cache git
|
||||
git clone https://vndangkhoa:Thieugia19@git.khoavo.myds.me/vndangkhoa/kv-tube.git /tmp/kv-tube
|
||||
cd /tmp/kv-tube
|
||||
git checkout ${GITHUB_SHA:-main}
|
||||
|
|
|
|||
Loading…
Reference in a new issue