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,8 +17,11 @@ jobs:
- name: Install Docker
run: |
apk add --no-cache docker
service docker start
docker info
- name: Start Docker service
run: |
dockerd &
sleep 5
docker info
- name: Build Dockerfile
run: |
docker build -t myimage .