From 40613137422766f4bf0c578ee4cbf325eae25d58 Mon Sep 17 00:00:00 2001 From: xiao Date: Thu, 5 Dec 2024 12:15:48 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20clear=20=E9=98=B6?= =?UTF-8?q?=E6=AE=B5=E4=BB=A5=E4=BD=BF=E7=94=A8=E6=96=B0=E7=9A=84=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E5=92=8C=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cnb.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.cnb.yml b/.cnb.yml index f2e79b7..27b357b 100644 --- a/.cnb.yml +++ b/.cnb.yml @@ -68,11 +68,12 @@ $: platforms: - linux/amd64 - 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 + - name: clear + image: lumir/remove-dockerhub-tag + args: + - --user + - $DOCKER_USERNAME + - --password + - $DOCKER_PASSWD + - ${IMAGE_TAG}-linux-amd64 + - ${IMAGE_TAG}-linux-arm64 \ No newline at end of file