kind: pipeline type: docker name: default steps: - name: build-go image: golang commands: - go build cmd/keep-up/main.go - name: gitea_release image: plugins/gitea-release settings: base_url: https://git.front.kjuulh.io api_key: from_secret: gitea_token files: main checksum: - sha1 - sha512 title: "Keep Up Executable" when: event: tag