Merge pull request #442 from grafana/dev

Merge dev to main
This commit is contained in:
Vadim Stepanov 2022-08-31 11:50:48 +01:00 committed by GitHub
commit 02e59aeb4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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