mirror of
https://github.com/harness/drone.git
synced 2025-05-10 02:39:18 +08:00
Merge pull request #1309 from gtaylor/patch-2
Publish section example for tag pushes [CI SKIP]
This commit is contained in:
commit
b038cf0a3f
6
docs/build/publish.md
vendored
6
docs/build/publish.md
vendored
@ -30,4 +30,10 @@ publish:
|
|||||||
bintray:
|
bintray:
|
||||||
when:
|
when:
|
||||||
branch: feature/*
|
branch: feature/*
|
||||||
|
|
||||||
|
# or only publish when a tag is pushed
|
||||||
|
|
||||||
|
docker:
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user