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 751581efed - Show all commits
+8 -5
View File
@@ -32,11 +32,14 @@ jobs:
go env -w GOPRIVATE='${{ secrets.GIT_HOST_ROOT }}'
echo "Creating local .gitconfig"
touch ~/.gitconfig
cat > ~/.gitconfig << "EOF"
[url "ssh://git@${{ secrets.GIT_HOST_ROOT }}"]
insteadOf = https://${{ secrets.GIT_HOST_ROOT }}
EOF
# touch ~/.gitconfig
# cat > ~/.gitconfig << "EOF"
# [url "ssh://git@${{ secrets.GIT_HOST_ROOT }}"]
# insteadOf = https://${{ secrets.GIT_HOST_ROOT }}
# EOF
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/"
echo "Building binary"
make build