33 lines
743 B
YAML
33 lines
743 B
YAML
version: '1.0'
|
|
name: pipeline-heiqq
|
|
displayName: pipeline-heiqq
|
|
triggers:
|
|
trigger: auto
|
|
push:
|
|
branches:
|
|
precise:
|
|
- meirongdianguan-yingtai
|
|
stages:
|
|
- name: stage-ccdd5b93
|
|
displayName: 镜像推送
|
|
strategy: naturally
|
|
trigger: auto
|
|
executor: []
|
|
steps:
|
|
- step: build@docker
|
|
name: build_docker
|
|
displayName: 镜像构建
|
|
type: account
|
|
repository: ccr.ccs.tencentyun.com/meiliguanjia
|
|
username: '100000067660'
|
|
password: ydl825913
|
|
tag: ${GITEE_PIPELINE_BUILD_NUMBER}
|
|
dockerfile: ./Dockerfile
|
|
context: ''
|
|
artifacts: []
|
|
isCache: false
|
|
parameter: {}
|
|
notify: []
|
|
strategy:
|
|
retry: '0'
|