Updated docker #1

Merged
phoenix merged 6 commits from fix_docker_build_issue into main 2026-05-29 17:31:18 -04:00
Showing only changes of commit 2982eb51c1 - Show all commits
+7 -3
View File
@@ -32,9 +32,13 @@ jobs:
go env -w GOPRIVATE='${{ secrets.GIT_HOST_ROOT }}'
echo "Creating local .gitconfig"
git config --global url."${{ secrets.GIT_HOST_ROOT }}:".insteadOf "https://git.kundeng.us/"
git config --global url."${{ secrets.GIT_HOST_ROOT }}:".insteadOf "http://git.kundeng.us/"
touch ~/.gitconfig
cat > ~/.gitconfig << "EOF"
[url "ssh://git@${{ secrets.GIT_HOST_ROOT }}"]
insteadOf = https://${{ secrets.GIT_HOST_ROOT }}
[url "ssh://git@${{ secrets.GIT_HOST_ROOT }}"]
insteadOf = http://${{ secrets.GIT_HOST_ROOT }}
EOF
echo "Building binary"
make build