This commit is contained in:
parent
1afdebd6f8
commit
54f292c284
26
.drone.yml
26
.drone.yml
@ -65,3 +65,29 @@ trigger:
|
|||||||
- main
|
- main
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: kubernetes
|
||||||
|
name: build:latest-mergeimages
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: merge images
|
||||||
|
image: plugins/manifest
|
||||||
|
settings:
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
target: registry.odit.services/library/drone-kaniko:latest
|
||||||
|
template: registry.odit.services/library/drone-kaniko:latest-ARCH
|
||||||
|
platforms:
|
||||||
|
- linux/amd64
|
||||||
|
- linux/arm64
|
||||||
|
trigger:
|
||||||
|
status:
|
||||||
|
- success
|
||||||
|
Loading…
x
Reference in New Issue
Block a user