commit
02e59aeb4d
1 changed files with 14 additions and 1 deletions
15
.drone.yml
15
.drone.yml
|
|
@ -290,7 +290,7 @@ kind: pipeline
|
|||
type: docker
|
||||
name: manifest
|
||||
steps:
|
||||
- name: manifest
|
||||
- name: manifest tag
|
||||
image: plugins/manifest
|
||||
settings:
|
||||
username:
|
||||
|
|
@ -303,6 +303,19 @@ steps:
|
|||
- linux/amd64
|
||||
- linux/arm64
|
||||
|
||||
- name: manifest latest
|
||||
image: plugins/manifest
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
target: "grafana/oncall:latest"
|
||||
template: "grafana/oncall:${DRONE_TAG}-ARCH-OS"
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- promote
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue