Create .woodpecker.yml

This commit is contained in:
2023-05-17 07:26:41 +00:00
committed by GitHub
parent 7dd865de3a
commit b769fd10d2

13
.woodpecker.yml Normal file
View 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