Files
docker-postgis/.drone.yml
Roman Vanicek 1a2b57b9c1
All checks were successful
continuous-integration/drone Build is passing
Postgis 16 with pg_auto_failover
2024-03-21 19:31:07 +01:00

16 lines
309 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-postgis
tags:
- latest
- ${DRONE_TAG:-latest}