chore: 更新 clear 阶段以使用新的镜像和参数

This commit is contained in:
xiao 2024-12-05 12:15:48 +08:00 committed by cnb
parent f22c403daa
commit 4061313742

View File

@ -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
- name: clear
image: lumir/remove-dockerhub-tag
args:
- --user
- $DOCKER_USERNAME
- --password
- $DOCKER_PASSWD
- ${IMAGE_TAG}-linux-amd64
- ${IMAGE_TAG}-linux-arm64