paspo 66a33f797e
All checks were successful
continuous-integration/drone/tag Build is passing
test cache_from
2023-11-09 18:17:37 +01:00

24 lines
474 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
cache_from: docker.asperti.com/paspo/nextcloudclient
trigger:
event:
- tag
- cron