Files
docker-bridge-overlay/.drone.yml
Roman Vaníček 9adb024125
All checks were successful
continuous-integration/drone/push Build is passing
Additional files
2023-02-17 00:28:51 +01:00

19 lines
412 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/docker-bridge-overlay
is_plugin: true
#debug: true
tags:
- latest
- ${DRONE_TAG:-latest}