chore: update .cnb.yml to add platform and clear task
This commit is contained in:
parent
1886bf0837
commit
df688d5729
11
.cnb.yml
11
.cnb.yml
@ -67,4 +67,13 @@ $:
|
|||||||
template: ${IMAGE_TAG}-OS-ARCH
|
template: ${IMAGE_TAG}-OS-ARCH
|
||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
|
- name: clear
|
||||||
|
image: lumir/remove-dockerhub-tag
|
||||||
|
args:
|
||||||
|
- --user
|
||||||
|
- $DOCKER_USERNAME
|
||||||
|
- --password
|
||||||
|
- $DOCKER_PASSWD
|
||||||
|
- ${IMAGE_TAG}-linux-amd64
|
||||||
|
- ${IMAGE_TAG}-linux-arm64
|
Loading…
x
Reference in New Issue
Block a user