fix woodpecker
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Midou36O 2022-09-16 23:16:29 +01:00
parent 31556d3a6b
commit 34bcc3d603
Signed by: midou
GPG Key ID: 08063D5407090BC2

View File

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