From f22c403daaeef96677c6f6f19dbb9b12fb78aae1 Mon Sep 17 00:00:00 2001 From: xiao Date: Thu, 5 Dec 2024 12:05:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20remove=20tag=20?= =?UTF-8?q?=E9=98=B6=E6=AE=B5=E4=BB=A5=E6=B8=85=E7=90=86=E8=BF=87=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E9=95=9C=E5=83=8F=E6=A0=87=E7=AD=BE?= 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 ee76e51..f2e79b7 100644 --- a/.cnb.yml +++ b/.cnb.yml @@ -67,4 +67,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: btpanel/baota + tags: + - latest-linux-amd64 + - latest-linux-arm64 + type: docker \ No newline at end of file