mirror of
https://github.com/xiaoqidun/goenv.git
synced 2024-11-22 16:16:46 +08:00
This commit is contained in:
parent
94294c1af4
commit
99bc4ecb6a
13
.drone.yml
13
.drone.yml
@ -36,7 +36,7 @@ steps:
|
|||||||
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r25b-linux.zip
|
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r25b-linux.zip
|
||||||
- unzip -q android-ndk-r25b-linux.zip
|
- unzip -q android-ndk-r25b-linux.zip
|
||||||
- rm -f android-ndk-r25b-linux.zip
|
- rm -f android-ndk-r25b-linux.zip
|
||||||
- name: docker
|
- name: docker1
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
@ -47,3 +47,14 @@ steps:
|
|||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
- name: docker2
|
||||||
|
pull: if-not-exists
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: ccr.ccs.tencentyun.com/xiaoqidun/goenv
|
||||||
|
registry: ccr.ccs.tencentyun.com
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
dockerfile: Dockerfile
|
Loading…
x
Reference in New Issue
Block a user