From ff5f37c6c757539e2b283590ebc42b8da9d93787 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 17 Nov 2022 17:06:21 +0100 Subject: [PATCH] drone: fix apt-mirror address --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6cbaac7..e297fcf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: - name: docker_build_and_push image: plugins/docker environment: - http_proxy: http://acng.grote.lan:9999 + http_proxy: http://acng2.grote.lan:9999 settings: username: from_secret: DOCKERHUB_USER