Compare commits
1 Commits
main
...
fix/helper
Author | SHA1 | Date | |
---|---|---|---|
|
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…
Reference in New Issue
Block a user