Create .rancher-pipeline.yml file

master
Rancher FI 4 years ago
parent 117c2bb805
commit c67eb0a184

@ -0,0 +1,11 @@
stages:
- name: build_and_publish
steps:
- publishImageConfig:
dockerfilePath: ./Dockerfile
buildContext: .
tag: registry.jochum.dev/jochum/dovecot:${CICD_GIT_TAG}
pushRemote: true
registry: registry.jochum.dev
timeout: 60
notification: {}
Loading…
Cancel
Save