Compare commits

..

1 Commits

Author SHA1 Message Date
8776953b54
CI pipeline
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2025-04-01 17:06:46 +01:00

View File

@ -6,17 +6,4 @@ 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
privileged: true
settings:
username:
from_secret: registry_username
password:
from_secret: registry_password
repo: malmal200/treerazer
tags:
- latest
- main
registry: git.malmal200.xyz