kind: pipeline
name: publish-docker-image
clone:
depth: 1
steps:
- name: build-and-public-docker-image
image: alpine:latest
commands:
- make docker