fix drone trigger
This commit is contained in:
parent
3f604fbf66
commit
5d72ff96c3
10
.drone.yml
10
.drone.yml
@ -60,6 +60,12 @@ steps:
|
|||||||
ref:
|
ref:
|
||||||
- refs/tags/**
|
- refs/tags/**
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
ref:
|
||||||
|
- refs/heads/master
|
||||||
|
- refs/pull/**
|
||||||
|
- refs/tags/**
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: notifications
|
name: notifications
|
||||||
@ -79,7 +85,7 @@ steps:
|
|||||||
DOCKERHUB_USERNAME:
|
DOCKERHUB_USERNAME:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
README_PATH: README.md
|
README_PATH: README.md
|
||||||
SHORT_DESCRIPTION: Rootless NGINX - High-performance HTTP server and reverse proxy
|
SHORT_DESCRIPTION: CentOS 7 image to build RPM packages
|
||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
- success
|
- success
|
||||||
@ -114,6 +120,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: d7fac607c0574ca175ff02f3676d7f67b5e5bb00f46719675c58bbaf3f3c94a1
|
hmac: 43953f72141ac3b75e8b2dddd9941afa9edb407fc7b49d84e765689e748b0b7d
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user