postgres-tcpify/.drone.yml

30 lines
509 B
YAML
Raw Normal View History

2023-01-23 20:16:10 +01:00
---
kind: pipeline
type: docker
name: default
steps:
- name: build only
image: plugins/docker
settings:
dry_run: yes
repo: git.luj0ga.de/luca/postgres-tcpify
when:
event:
exclude:
- tag
- name: build and publish
image: plugins/docker
settings:
auto_tag: yes
password:
from_secret: access_token
registry: git.luj0ga.de
repo: git.luj0ga.de/luca/postgres-tcpify
username: _
when:
event:
- tag