1
1
mirror of https://github.com/drone-plugins/github-actions synced 2024-11-15 02:56:25 +01:00

[CI-13192]: Update .drone.yml to release the latest

This commit is contained in:
OP (oppenheimer) 2024-06-27 17:11:13 +05:30 committed by GitHub
parent 51a4e8dd1d
commit 9ed7d140a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -20,12 +20,15 @@ steps:
pull: if-not-exists
settings:
repo: plugins/github-actions
auto_tag: true
dockerfile: docker/Dockerfile.linux.amd64
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
event:
- tag
auto_tag: true
auto_tag_suffix: linux-amd64
trigger:
ref:
- refs/heads/master
- refs/tags/**
- refs/pull/**