This commit is contained in:
@ -13,16 +13,9 @@ steps: # 定义管道的执行步骤
|
|||||||
# - npm config set registry https://registry.npm.taobao.org
|
# - npm config set registry https://registry.npm.taobao.org
|
||||||
# - npm i
|
# - npm i
|
||||||
|
|
||||||
- name: build-tags
|
|
||||||
image: yxs970707/drone-web-tags
|
|
||||||
depends_on: [clone]
|
|
||||||
settings:
|
|
||||||
tags:
|
|
||||||
- latest
|
|
||||||
|
|
||||||
- name: build-image
|
- name: build-image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
depends_on: [build-tags]
|
depends_on: [clone]
|
||||||
settings:
|
settings:
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
|
Reference in New Issue
Block a user