Publish docker image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Malachy Byrne 2025-04-01 16:00:08 +01:00
parent fda5f36c9b
commit 2462aed8af
Signed by: malmal200
GPG Key ID: EC21443030A655D9

View File

@ -6,4 +6,14 @@ steps:
- name: test - name: test
image: golang:1.23 image: golang:1.23
commands: commands:
- go test ./... - 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