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

This commit is contained in:
Deon George 2024-04-05 17:27:34 +11:00
parent e2fc7f4b6f
commit 13d4b47c64
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 node
apk add git curl nodejs
docker info && docker version
# env|sort
# docker login -u "$CI_DEPENDENCY_PROXY_USER" -p "$CI_DEPENDENCY_PROXY_PASSWORD" "$CI_SERVER_HOST"