TemplatePro/.workflow/pipeline-heiqq.yml

33 lines
743 B
YAML
Raw Permalink Normal View History

2025-07-17 22:41:38 +08:00
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'