Files
docker-pgpool/.drone.yml
Roman Vanicek 08685bda47
All checks were successful
continuous-integration/drone Build is passing
Initial commit
2024-04-03 00:37:40 +02:00

16 lines
308 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/docker-pgpool
tags:
- latest
- ${DRONE_TAG:-latest}