This commit is contained in:
@ -31,7 +31,7 @@ steps: # 定义管道的执行步骤
|
||||
mount:
|
||||
- ./nugetpackages
|
||||
|
||||
- name: test
|
||||
- name: loading npm cache
|
||||
image: node
|
||||
volumes:
|
||||
- name: npm-cache
|
||||
@ -46,7 +46,7 @@ steps: # 定义管道的执行步骤
|
||||
- name: build-image
|
||||
pull: if-not-exists # 如果镜像不存在则拉取,免去每次都要重新下载
|
||||
image: plugins/docker
|
||||
depends_on: [build-tags]
|
||||
depends_on: [loading npm cache]
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
|
Reference in New Issue
Block a user