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