Added gitea CI/CD configuration
Create Docker Image / Build Docker Image (push) Failing after 12s Details

This commit is contained in:
Deon George 2024-04-06 11:48:02 +11:00
parent bd48344ac4
commit 194487897d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
run: |
if [ ! -d build-cache ]; then mkdir build-cache; fi
if [ -n "${HTTP_PROXY}" ]; then echo "HTTP PROXY [${HTTP_PROXY}]"; sed -i -e s'/https/http/' /etc/apk/repositories; fi
apk add git curl nodejs
apk add git curl nodejs jq
( dockerd --host=tcp://0.0.0.0:2375 --tls=false & ) && sleep 3
docker info && docker version
# env|sort