woodpecker-docker-buildx/.woodpecker/main.yml

11 lines
275 B
YAML
Raw Normal View History

2021-10-13 03:40:58 +00:00
pipeline:
build:
image: golang:1.17
commands:
2021-10-13 03:44:14 +00:00
- "[ -z \"${DRONE_TAG}\" ] && BUILD_VERSION=${DRONE_COMMIT_SHA:0:8} || BUILD_VERSION=${DRONE_TAG##v}"
- go build -v -a -tags netgo ./cmd/docker-buildx
2021-10-13 03:40:58 +00:00
publish:
image: plugins/docker
repo: foo/bar