123456789101112131415161718 |
- kind: pipeline
- type: docker
- name: main
- steps:
- - name: publish
- image: plugins/docker
- settings:
- username:
- from_secret: registry_username
- password:
- from_secret: registry_password
- repo: registry.hiram.services/mc-status
- tags: latest
- registry: registry.hiram.services
- when:
- branch:
- - master
|