From a614b878fa9ff1c2f5228cadd4571b2a756eef60 Mon Sep 17 00:00:00 2001 From: seahi Date: Fri, 18 Apr 2025 13:17:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4Docker=20Hub=E8=AE=A4?= =?UTF-8?q?=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8a58743..a55b000 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,13 +10,7 @@ steps: image: harbor.seahi.me/plugins/docker pull: if-not-exists privileged: false - environment: - DOCKER_USERNAME: - from_secret: dockerhub_username - DOCKER_PASSWORD: - from_secret: dockerhub_password settings: - mirror: https://hub.seahi.me debug: true dockerfile: Dockerfile auto_tag: true