fix: unbind
This commit is contained in:
12
.drone.yml
12
.drone.yml
@@ -58,8 +58,10 @@ steps:
|
||||
image: git.vaala.cloud/vaalacat/drone-docker-buildx:24
|
||||
privileged: true
|
||||
environment:
|
||||
HTTP_PROXY: http://10.10.0.17:7890
|
||||
HTTPS_PROXY: http://10.10.0.17:7890
|
||||
HTTP_PROXY:
|
||||
from_secret: HTTP_PROXY
|
||||
HTTPS_PROXY:
|
||||
from_secret: HTTP_PROXY
|
||||
settings:
|
||||
mirror: https://docker.lab.vaala.tech
|
||||
debug: true
|
||||
@@ -88,8 +90,10 @@ steps:
|
||||
image: git.vaala.cloud/vaalacat/drone-docker-buildx:24
|
||||
privileged: true
|
||||
environment:
|
||||
HTTP_PROXY: http://10.10.0.17:7890
|
||||
HTTPS_PROXY: http://10.10.0.17:7890
|
||||
HTTP_PROXY:
|
||||
from_secret: HTTP_PROXY
|
||||
HTTPS_PROXY:
|
||||
from_secret: HTTP_PROXY
|
||||
settings:
|
||||
mirror: https://docker.lab.vaala.tech
|
||||
debug: true
|
||||
|
||||
Reference in New Issue
Block a user