gitea-release/.drone.docker.yml
Anton Zadvorny a745fadc15
All checks were successful
continuous-integration/drone/push Build is passing
Update build image
2022-07-08 14:40:14 +03:00

22 lines
516 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: r.pkg.cx/build/go:1.18
pull: true
commands:
- "go build -v -ldflags \"-X main.version=${DRONE_COMMIT_SHA:0:8}\" -a -tags netgo -o release/linux/amd64/drone-gitea-release"
- name: docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: docker/Dockerfile.linux.amd64
registry: r.pkg.cx
repo: r.pkg.cx/drone/gitea-release
auto_tag: true