This repository has been archived on 2022-08-18. You can view files and clone it, but cannot push or open issues or pull requests.
rageshake/.woodpecker.yml
Aravinth Manivannan 6975c3faa1
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: publish docker img from CI
2022-08-18 14:28:10 +05:30

16 lines
272 B
YAML

pipeline:
build-test:
image: go
commands:
- go build
- go test
publish:
image: plugins/docker
settings:
username: realaravinth
password:
from_secret: DOCKER_TOKEN
repo: realaravinth/rageshake
tags: latest