Update .woodpecker.yml

This commit is contained in:
2023-05-17 07:38:07 +00:00
committed by GitHub
parent 5f1cba227d
commit 5186084f5d

View File

@@ -1,10 +1,5 @@
pipeline:
build:
image: golang:1.19
commands:
- go get -u ./...
- go build
publish-docker-latest:
image: plugins/kaniko
settings:
repo: $CI_REPO