TemplatePro/.workflow/pipe-docker-image.yml

48 lines
1.1 KiB
YAML
Raw Normal View History

2025-07-17 22:41:38 +08:00
version: '1.0'
name: pipe-docker-image
displayName: pipe-docker-image
triggers:
trigger: auto
push:
branches:
prefix:
- master
stages:
- name: master-01
displayName: 主体产品镜像
strategy: naturally
trigger: auto
executor: []
steps:
- step: build@docker
name: build_docker
displayName: 镜像构建
type: account
repository: ccr.ccs.tencentyun.com/MicroServices
username: '100000067660'
password: ydl825913
tag: MicroServices:latest
dockerfile: ./NPlatform.IdentityServer/Dockerfile
context: ''
artifacts: []
isCache: false
parameter: {}
notify:
- certificate: 07057000-d3b7-013c-884e-46978c91d3e0
events:
- success
- fail
- cancel
- skip
content:
- repository
- pipeline
- stage
- task
- operator
- branch
- detail
type: weixin
strategy:
retry: '0'