fix woodpecker

This commit is contained in:
2022-09-16 23:16:29 +01:00
parent 31556d3a6b
commit 34bcc3d603

@ -2,11 +2,13 @@ pipeline:
build: build:
when: when:
event: [push, pull_request, tag, deployment] event: [push, pull_request, tag, deployment]
image: golang:latest image: golang:latest
commands: commands:
- go build -o segfautils - go build -o segfautils
dockerize_n_publish: dockerize_n_publish:
when: when:
branch: [master]
event: [push] event: [push]
name: dockerize and publish name: dockerize and publish
image: plugins/docker image: plugins/docker