You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
kind: pipeline
|
|
name: build-smart-commit
|
|
|
|
steps:
|
|
- name: "build-and-push"
|
|
image: plugins/docker
|
|
settings:
|
|
registry: code.ndumas.com
|
|
repo: code.ndumas.com/ndumas/smart-commit
|
|
tags: latest
|
|
username:
|
|
from_secret: docker_username
|
|
password:
|
|
from_secret: docker_password
|