kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang
commands:
- go build -o butler_tg_bot main.go
- ls
trigger:
event:
- tag