Merge branch 'midou-master'
This commit is contained in:
commit
3ac0eefff6
22
.woodpecker.yml
Normal file
22
.woodpecker.yml
Normal 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
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user