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

16 lines
276 B
YAML
Raw Normal View History

2022-08-18 14:28:10 +05:30
pipeline:
2022-08-18 15:47:37 +05:30
build-test:
image: golang
commands:
- go build
- go test
2022-08-18 14:28:10 +05:30
publish:
image: plugins/docker
settings:
username: realaravinth
password:
from_secret: DOCKER_TOKEN
repo: realaravinth/rageshake
tags: latest