feat: 添加 remove tag 阶段以清理过时的镜像标签

This commit is contained in:
xiao 2024-12-05 12:05:35 +08:00 committed by cnb
parent 48d1bc7fd5
commit f22c403daa

View File

@ -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