image: alpine/3.18 packages: - go - vips-dev - sassc - sqlite-dev sources: - https://git.sr.ht/~gabrielgio/img - https://github.com/valyala/quicktemplate.git tasks: - setup: | cd quicktemplate go build -o bin/qtc ./qtc/main.go sudo mv bin/qtc /usr/bin/ - build: | cd img make triggers: - action: email condition: failure to: mail@gabrielgio.me