Improve the documentation and ensure tags only are released.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
b5a2693119
commit
b991c30953
12
.drone.yml
12
.drone.yml
|
@ -43,9 +43,9 @@ steps:
|
|||
- code.birch-tree.net/dorian/mirror-server:build
|
||||
depends_on:
|
||||
- test
|
||||
# when:
|
||||
# ref:
|
||||
# - refs/tags/*
|
||||
when:
|
||||
ref:
|
||||
- refs/tags/*
|
||||
|
||||
- name: create-debian-package
|
||||
image: code.birch-tree.net/dorian/mirror-server:build
|
||||
|
@ -57,9 +57,9 @@ steps:
|
|||
from_secret: gitea-release-password
|
||||
depends_on:
|
||||
- test
|
||||
# when:
|
||||
# ref:
|
||||
# - refs/tags/*
|
||||
when:
|
||||
ref:
|
||||
- refs/tags/*
|
||||
|
||||
image_pull_secrets:
|
||||
- docker-config
|
||||
|
|
Loading…
Reference in New Issue