fix drone typo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-04-28 14:33:08 +02:00
parent 142785ae9f
commit b264b71274

36
.drone.yml Normal file
View File

@@ -0,0 +1,36 @@
kind: pipeline
name: default
steps:
- name: build
image: plugins/docker:linux-amd64
pull: always
settings:
dockerfile: Dockerfile
daemon_off: false
dry_run: true
repo: docker.asperti.com/paspo/nextcloudclient
when:
event:
exclude:
- tag
- name: build_and_publish
image: plugins/docker:linux-amd64
pull: always
settings:
dockerfile: Dockerfile
auto_tag: false
force_tag: true
daemon_off: false
password:
from_secret: docker_password
registry: docker.asperti.com
repo: docker.asperti.com/paspo/nextcloudclient
tags:
- latest
username:
from_secret: docker_username
when:
event:
- tag