Create .rancher-pipeline.yml file

master 1.4.8-apache-r0
René Jochum 4 years ago
parent 33126e0374
commit a3407abef6

@ -0,0 +1,18 @@
stages:
- name: build_and_publish
steps:
- publishImageConfig:
dockerfilePath: ./Dockerfile
buildContext: .
tag: registry.jochum.dev/jochum/roundcube:${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