Files
oc-discovery/.drone.yml

22 lines
325 B
YAML
Raw Normal View History

2024-09-02 17:52:12 +02:00
type: docker
kind: pipeline
name: unit
steps:
- name: build
image: golang
2025-10-21 16:49:38 +02:00
pull: if-not-exists
2024-09-02 17:52:12 +02:00
commands:
- go test
- go build
- name: publish
2025-10-21 16:49:38 +02:00
image: plugins/docker:latest
2024-09-02 17:52:12 +02:00
settings:
username:
from_secret: docker-user
password:
from_secret: docker-pw
repo:
from_secret: docker-repo