From 8da406ce233abce3fbdf06cefe09f816c7eb7edf Mon Sep 17 00:00:00 2001 From: xiao Date: Mon, 9 Dec 2024 14:32:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cnb.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.cnb.yml b/.cnb.yml index b944c49..d0834b3 100644 --- a/.cnb.yml +++ b/.cnb.yml @@ -136,4 +136,12 @@ $: template: ${IMAGE_TAG}-OS-ARCH platforms: - linux/amd64 - - linux/arm64 \ No newline at end of file + - linux/arm64 + - name: remove tag + type: artifact:remove-tag + options: + name: ${CNB_REPO_NAME} + tags: + - latest-linux-amd64 + - latest-linux-arm64 + type: docker \ No newline at end of file