Add .rancher-pipeline.yml

Signed-off-by: René Jochum <rene@jochum.dev>
master
René Jochum 4 years ago
parent 4bfdcee246
commit f0efb4df17

@ -0,0 +1,19 @@
stages:
- name: build_and_publish
steps:
- publishImageConfig:
dockerfilePath: ./Dockerfile
buildContext: .
tag: registry.jochum.dev/jochum/postfix:${CICD_GIT_TAG}
pushRemote: true
registry: registry.jochum.dev
timeout: 60
notification:
recipients:
- recipient: rene@jochum.dev
notifier: local:n-wnbgn
condition:
- Success
- Changed
- Failed
Loading…
Cancel
Save