ci/drone: push additional manifest for latest tag
This commit is contained in:
parent
ed7db5daa9
commit
1af92391b6
34
.drone.yml
34
.drone.yml
@ -354,6 +354,23 @@ steps:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: push_manifest_latest
|
||||
image: plugins/manifest
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
target: "rancher/k3d-proxy:latest"
|
||||
template: "rancher/k3d-proxy:latest-OS-ARCH"
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm
|
||||
- linux/arm64
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- tag
|
||||
@ -498,6 +515,23 @@ steps:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: push_manifest_latest
|
||||
image: plugins/manifest
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
target: "rancher/k3d-tools:latest"
|
||||
template: "rancher/k3d-tools:latest-OS-ARCH"
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm
|
||||
- linux/arm64
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- tag
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user