Create .woodpecker.yml
This commit is contained in:
13
.woodpecker.yml
Normal file
13
.woodpecker.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
pipeline:
|
||||
build:
|
||||
image: golang:1.19
|
||||
commands:
|
||||
- go get
|
||||
- go build
|
||||
publish-docker-latest:
|
||||
image: plugins/kaniko
|
||||
settings:
|
||||
repo: $CI_REPO
|
||||
tags: latest
|
||||
when:
|
||||
branch: master
|
||||
Reference in New Issue
Block a user