Skip to content

Commit

Permalink
feat: release adction (#92)
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
  • Loading branch information
CeerDecy authored Sep 26, 2024
1 parent 7337d23 commit 11e5326
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,12 @@ stages:
url: ${{ configs.docker_registry }}
username: ${{ configs.docker_registry_username }}
workdir: ${{ dirs.erda-operator }}
- stage:
- release:
alias: release-erda-operator
description: 用于打包完成时,向dicehub 提交完整可部署的dice.yml。用户若没在pipeline.yml里定义该action,CI会自动在pipeline.yml里插入该action
version: "1.0"
params:
image:
erda-operator: ${{ outputs.dockerfile.image }}
tag_version: ${{ outputs.extract-repo-version.version }}

0 comments on commit 11e5326

Please sign in to comment.