Files
backuppc/.drone.yml
Roman Vaníček 192b48a78f
All checks were successful
continuous-integration/drone/push Build is passing
When not a tag use latest twice to avoid failure.
2023-01-17 01:06:27 +01:00

16 lines
318 B
YAML

kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: https://git.ivasoft.cz
username:
from_secret: repo_user
password:
from_secret: repo_pass
repo: git.ivasoft.cz/sw/backuppc
tags:
- latest
- ${DRONE_TAG:-latest}