nah, use woodpecker's official plugin

This commit is contained in:
Midou36O 2022-08-12 21:07:34 +01:00
parent 9a2094ae1c
commit 73a5ca7cc2
Signed by: midou
GPG Key ID: 08063D5407090BC2
1 changed files with 11 additions and 3 deletions

View File

@ -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