Add host entry for git.uncloud.vpn in buildx build

This commit is contained in:
Bu5hm4nn
2026-03-23 15:51:35 +01:00
parent 4c101fab54
commit eff764f260

View File

@@ -124,6 +124,8 @@ jobs:
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
provenance: false
add-hosts: |
git.uncloud.vpn:10.100.0.2
deploy:
runs-on: [linux, docker]