feat: 添加 remove tag 阶段以清理过时的镜像标签
This commit is contained in:
parent
48d1bc7fd5
commit
f22c403daa
10
.cnb.yml
10
.cnb.yml
@ -67,4 +67,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: btpanel/baota
|
||||||
|
tags:
|
||||||
|
- latest-linux-amd64
|
||||||
|
- latest-linux-arm64
|
||||||
|
type: docker
|
Loading…
x
Reference in New Issue
Block a user