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 (#14)
This commit is contained in:
parent
51a4e8dd1d
commit
065322dc37
11
.drone.yml
11
.drone.yml
@ -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/**
|
||||
|
Loading…
Reference in New Issue
Block a user