Files
objectivefs-docker-volume/.drone.yml
Roman Vaníček 3c55cdd9ee
Some checks failed
continuous-integration/drone/push Build is failing
Missing files.
2023-05-25 00:07:50 +02:00

19 lines
416 B
YAML

kind: pipeline
name: default
steps:
- name: docker
#image: plugins/docker
image: git.ivasoft.cz/sw/drone-docker
settings:
registry: https://git.ivasoft.cz
username:
from_secret: repo_user
password:
from_secret: repo_pass
repo: git.ivasoft.cz/sw/objectivefs-docker-volume
is_plugin: true
#debug: true
tags:
- latest
- ${DRONE_TAG:-latest}