docker daemon fix
Some checks failed
Actions Build Docker Image / Explore-Gitea-Actions (push) Failing after 3s

This commit is contained in:
Alex Borisov 2024-01-29 19:42:56 +03:00
parent 8f54f08afb
commit ce1a04214d

View File

@ -17,7 +17,10 @@ jobs:
- name: Install Docker - name: Install Docker
run: | run: |
apk add --no-cache docker apk add --no-cache docker
service docker start - name: Start Docker service
run: |
dockerd &
sleep 5
docker info docker info
- name: Build Dockerfile - name: Build Dockerfile
run: | run: |