Merge branch 'midou-master'

This commit is contained in:
Midou36O 2022-08-12 21:58:15 +01:00
commit 3ac0eefff6
Signed by: midou
GPG Key ID: 08063D5407090BC2
1 changed files with 22 additions and 0 deletions

22
.woodpecker.yml Normal file
View File

@ -0,0 +1,22 @@
pipeline:
build:
when:
event: [push, pull_request, tag, deployment]
image: golang:latest
commands:
- go build -o segfautils
dockerize_n_publish:
when:
event: [push]
name: dockerize and publish
image: plugins/docker
settings:
username:
from_secret: username
password:
from_secret: password
repo: projectsegfault/segfautils
dockerfile: Dockerfile