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

This commit is contained in:
Deon George 2024-04-05 17:26:48 +11:00
parent 46ca5f37e3
commit e2fc7f4b6f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,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
apk add git curl node
docker info && docker version
# env|sort
# docker login -u "$CI_DEPENDENCY_PROXY_USER" -p "$CI_DEPENDENCY_PROXY_PASSWORD" "$CI_SERVER_HOST"