chore: update .cnb.yml to add platform and clear task

This commit is contained in:
xiao 2025-03-08 16:43:52 +08:00
parent 1886bf0837
commit df688d5729

View File

@ -68,3 +68,12 @@ $:
platforms:
- linux/amd64
- linux/arm64
- name: clear
image: lumir/remove-dockerhub-tag
args:
- --user
- $DOCKER_USERNAME
- --password
- $DOCKER_PASSWD
- ${IMAGE_TAG}-linux-amd64
- ${IMAGE_TAG}-linux-arm64