diff --git a/.cnb.yml b/.cnb.yml index 03e68bb..ab236e2 100644 --- a/.cnb.yml +++ b/.cnb.yml @@ -67,4 +67,13 @@ $: template: ${IMAGE_TAG}-OS-ARCH platforms: - linux/amd64 - - linux/arm64 \ No newline at end of file + - linux/arm64 + - 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