From 293c42f6d473a26ade6cf985360f31100a55a910 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Thu, 6 Jul 2023 21:22:13 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index e463a94..6d7db50 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,17 +11,6 @@ steps: - wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r25c-linux.zip - unzip -q android-ndk-r25c-linux.zip - rm -f android-ndk-r25c-linux.zip - - name: docker-hk - pull: if-not-exists - image: plugins/docker - settings: - repo: hkccr.ccs.tencentyun.com/xiaoqidun/goenv - registry: hkccr.ccs.tencentyun.com - username: - from_secret: docker_username - password: - from_secret: docker_password - dockerfile: Dockerfile - name: docker-cn pull: if-not-exists image: plugins/docker @@ -32,4 +21,15 @@ steps: from_secret: docker_username password: from_secret: docker_password - dockerfile: DockerfileCN \ No newline at end of file + dockerfile: DockerfileCN + - name: docker-hk + pull: if-not-exists + image: plugins/docker + settings: + repo: hkccr.ccs.tencentyun.com/xiaoqidun/goenv + registry: hkccr.ccs.tencentyun.com + username: + from_secret: docker_username + password: + from_secret: docker_password + dockerfile: Dockerfile \ No newline at end of file