kind: pipeline name: build-smart-commit steps: - name: "build-and-push" image: yobasystems/alpine-docker commands: - docker build -t code.ndumas.com/ndumas/smart-commit:latest . - docker push code.ndumas.com/ndumas/smart-commit:latest