treerazer/.drone.yml
Malachy Byrne 2462aed8af
All checks were successful
continuous-integration/drone/push Build is passing
Publish docker image
2025-04-01 16:00:08 +01:00

19 lines
389 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: golang:1.23
commands:
- go test ./...
- name: build docker image
image: plugins/docker
settings:
username:
from_secret: registry_username
password:
from_secret: registry_password
repo: malmal200/treerazer
auto_tag: true
registry: git.malmal200.xyz