Update .woodpecker.yml

This commit is contained in:
2023-05-17 07:30:16 +00:00
committed by GitHub
parent b769fd10d2
commit 5f1cba227d

View File

@@ -2,7 +2,7 @@ pipeline:
build:
image: golang:1.19
commands:
- go get
- go get -u ./...
- go build
publish-docker-latest:
image: plugins/kaniko