docker-nextcloudclient/.drone.yml
Paolo Asperti 93fd089c2f
All checks were successful
continuous-integration/drone/tag Build is passing
keep only latest docker image
2022-03-10 14:40:47 +01:00

22 lines
404 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build_and_publish
image: plugins/docker:linux-amd64
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
registry: docker.asperti.com
repo: docker.asperti.com/paspo/nextcloudclient
tags:
- latest
force_tag: true
trigger:
event:
- tag