drone update

This commit is contained in:
Paolo Asperti 2021-10-01 15:48:24 +02:00
parent 95942e9948
commit 9e19382e0f
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 8 additions and 20 deletions

View File

@ -1,35 +1,23 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
image: plugins/docker:linux-amd64
pull: always
settings:
daemon_off: false
dry_run: true
repo: docker.asperti.com/paspo/mqtt
tags:
- latest
when:
event:
exclude:
- tag
- name: build_and_publish
image: plugins/docker:linux-amd64
pull: always
settings:
auto_tag: true
daemon_off: false
password:
from_secret: docker_password
registry: docker.asperti.com
repo: docker.asperti.com/paspo/mqtt
tags:
- latest
- ${DRONE_TAG}
- ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}
force_tag: true
username:
from_secret: docker_username
when:
event:
- tag
trigger:
event:
- tag