kind: pipeline type: docker name: default steps: - name: generate image: alpine:latest commands: - apk add --no-cache libidn sipcalc gawk git bash golang-go python - bash generate.sh - name: release image: plugins/gitea-release settings: api_key: from_secret: gitea_api_key base_url: https://gitea.neur0tx.site files: .temp/result/* checksum: - sha256 when: branch: - master trigger: event: - push