feat: 新增删除构建流程
This commit is contained in:
parent
03a3701ff4
commit
8da406ce23
10
.cnb.yml
10
.cnb.yml
@ -136,4 +136,12 @@ $:
|
|||||||
template: ${IMAGE_TAG}-OS-ARCH
|
template: ${IMAGE_TAG}-OS-ARCH
|
||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
|
- name: remove tag
|
||||||
|
type: artifact:remove-tag
|
||||||
|
options:
|
||||||
|
name: ${CNB_REPO_NAME}
|
||||||
|
tags:
|
||||||
|
- latest-linux-amd64
|
||||||
|
- latest-linux-arm64
|
||||||
|
type: docker
|
Loading…
x
Reference in New Issue
Block a user