drone docker manifest latest tag

This commit is contained in:
Vadim Stepanov 2022-08-31 11:49:47 +01:00
parent fbdf8bf12f
commit 21bd096a80
No known key found for this signature in database
GPG key ID: 6C3A5A9D5F62C114

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