realaravinth
befb3780cc
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
15 lines
276 B
YAML
15 lines
276 B
YAML
pipeline:
|
|
build-test:
|
|
image: golang
|
|
commands:
|
|
- go build
|
|
- go test
|
|
|
|
publish:
|
|
image: plugins/docker
|
|
settings:
|
|
username: realaravinth
|
|
password:
|
|
from_secret: DOCKER_TOKEN
|
|
repo: realaravinth/rageshake
|
|
tags: latest
|