Update Docker service startup in build.yaml
Some checks failed
Actions Build Binary / Build-Binary (push) Successful in 5s
Actions Build Binary / Build-Docker-Image (push) Failing after 4s

This commit is contained in:
Alex Borisov 2024-02-01 20:53:31 +03:00
parent 8761116752
commit 3b7331e6fd

View File

@ -53,9 +53,7 @@ jobs:
apk add --no-cache docker
- name: Start Docker service
run: |
dockerd &
sleep 5
docker info
service docker start
- name: Get Binary from soaska.ru
run: |
package_name=$(basename ${{ github.repository | tr '[:upper:]' '[:lower:]' }})