Skip to content

Commit

Permalink
feat: add dice yml (#93)
Browse files Browse the repository at this point in the history
* feat: build dual arch image

* feat: update pipeline to support multi-arch build

* feat: release action

* feat: release action

* feat: add dice yaml

* feat: update dice yml
  • Loading branch information
CeerDecy authored Sep 26, 2024
1 parent 11e5326 commit b4ff599
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions dice.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
jobs: {}
services:
dice-operator:
deployments:
replicas: 0
resources:
cpu: 0.1
mem: 128
version: "2.0"
3 changes: 2 additions & 1 deletion pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ stages:
description: 用于打包完成时,向dicehub 提交完整可部署的dice.yml。用户若没在pipeline.yml里定义该action,CI会自动在pipeline.yml里插入该action
version: "1.0"
params:
dice_yml: ${{ dirs.erda-operator }}/dice.yml
image:
erda-operator: ${{ outputs.dockerfile.image }}
dice-operator: ${{ outputs.dockerfile.image }}
tag_version: ${{ outputs.extract-repo-version.version }}

0 comments on commit b4ff599

Please sign in to comment.