mirror of
https://github.com/xiaoqidun/goenv.git
synced 2024-11-22 16:16:46 +08:00
This commit is contained in:
parent
367aa982b1
commit
293c42f6d4
22
.drone.yml
22
.drone.yml
@ -11,17 +11,6 @@ steps:
|
|||||||
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r25c-linux.zip
|
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r25c-linux.zip
|
||||||
- unzip -q android-ndk-r25c-linux.zip
|
- unzip -q android-ndk-r25c-linux.zip
|
||||||
- rm -f 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
|
- name: docker-cn
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@ -33,3 +22,14 @@ steps:
|
|||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
dockerfile: DockerfileCN
|
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
|
Loading…
x
Reference in New Issue
Block a user