Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
sthope 2021-09-05 06:09:00 +02:00
parent 09bda75499
commit 89ffc7ef48

View File

@ -1,16 +1,13 @@
kind: pipeline
name: default
steps:
- name: publish
image: plugins/docker
- name: semantic-release
image: entwico/semantic-release
settings:
repo: sthopeless/website-example
username:
from_secret: docker_username
password:
from_secret: docker_password
tags:
- latest
- ${DRONE_TAG}
auto_tag: true
force_tag: true
mode: release # "release" means the actual release and "predict" means to generate the version in dry run to use it e.g. before build
version_file: .release-version # the file where the version will be persisted, defaults to .release-version
git_user_name: Sthope # semantic release committer name (git config user.name)
git_login: sthope
git_password:
from_secret: sthopegit