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