nah, use woodpecker's official plugin
This commit is contained in:
parent
9a2094ae1c
commit
73a5ca7cc2
@ -4,7 +4,15 @@ pipeline:
|
||||
commands:
|
||||
- go build -o segfautils
|
||||
dockerize:
|
||||
image: docker:dind
|
||||
commands:
|
||||
- docker build -t projectsegfault/segfautils .
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: username
|
||||
password:
|
||||
from_secret: password
|
||||
repo: projectsegfault/segfautils
|
||||
tags: latest
|
||||
dockerfile: Dockerfile
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user