feat: 新增删除构建流程

This commit is contained in:
xiao 2024-12-09 14:32:07 +08:00
parent 03a3701ff4
commit 8da406ce23

View File

@ -137,3 +137,11 @@ $:
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