diff --git a/.cnb.yml b/.cnb.yml index b944c49..d0834b3 100644 --- a/.cnb.yml +++ b/.cnb.yml @@ -136,4 +136,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: ${CNB_REPO_NAME} + tags: + - latest-linux-amd64 + - latest-linux-arm64 + type: docker \ No newline at end of file