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