From ab4c54278c30186a90603f61e0234802d5226592 Mon Sep 17 00:00:00 2001 From: gxl Date: Wed, 3 Jun 2026 20:15:40 +0800 Subject: [PATCH] 91 --- .woodpecker.yaml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 8426a72..214bcbb 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -26,25 +26,14 @@ steps: image: woodpeckerci/plugin-docker-buildx:latest-insecure volumes: - /var/run/docker.sock:/var/run/docker.sock - privileged: true settings: - insecure: true repo: push.lovestory.cyou/abhors/demo registry: push.lovestory.cyou username: from_secret: nexus_docker_username password: from_secret: nexus_docker_password - mirror: http://registry.lovestory.cyou - buildkit_config: | - [registry."docker.io"] - mirrors = ["docker.1ms.run", "dockerpull.org", "1ms.run"] - [registry."push.lovestory.cyou"] - http = true - insecure = true - [registry."registry.lovestory.cyou"] - http = true - insecure = true + mirror: https://registry.lovestory.cyou when: event: push branch: master