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 7542cfba4a
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Meanwhile on gitea
2022-09-17 23:16:52 +01:00

24 lines
498 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/midou/segfautils
settings:
username:
from_secret: username
password:
from_secret: password
repo: projectsegfault/segfautils
dockerfile: Dockerfile