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

This commit is contained in:
Deon George 2024-04-05 17:05:09 +11:00
parent 2905fecd44
commit 46ca5f37e3
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
env:
BRANCH: master
VERSION: 8.3-fpm
DOCKER_HOST: tcp://docker:2375
DOCKER_HOST: tcp://127.0.0.1:2375
VERSIONARCH: ${VERSION}-${ARCH}
steps:
@ -23,6 +23,7 @@ jobs:
# env|sort
# docker login -u "$CI_DEPENDENCY_PROXY_USER" -p "$CI_DEPENDENCY_PROXY_PASSWORD" "$CI_SERVER_HOST"
#echo "$CI_JOB_TOKEN" | docker login -u "$CI_REGISTRY_USER" "$CI_REGISTRY" --password-stdin
echo "++ PS" && ps -Af
echo "++ Environment" && env|sort
echo "++ PWD" && pwd
echo "++ ls" && ls -al