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:
parent
51a4e8dd1d
commit
9ed7d140a6
11
.drone.yml
11
.drone.yml
@ -20,12 +20,15 @@ steps:
|
|||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
settings:
|
settings:
|
||||||
repo: plugins/github-actions
|
repo: plugins/github-actions
|
||||||
auto_tag: true
|
|
||||||
dockerfile: docker/Dockerfile.linux.amd64
|
dockerfile: docker/Dockerfile.linux.amd64
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
when:
|
auto_tag: true
|
||||||
event:
|
auto_tag_suffix: linux-amd64
|
||||||
- tag
|
trigger:
|
||||||
|
ref:
|
||||||
|
- refs/heads/master
|
||||||
|
- refs/tags/**
|
||||||
|
- refs/pull/**
|
||||||
|
Loading…
Reference in New Issue
Block a user