This repository has been archived on 2022-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
Segfautils/.woodpecker.yml
Midou36O 64a39ac5e5
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fuck this was the solution
2022-09-17 23:24:32 +01:00

24 lines
480 B
YAML

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
registry: git.projectsegfau.lt
settings:
username:
from_secret: username
password:
from_secret: password
repo: projectsegfault/segfautils
dockerfile: Dockerfile