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