bob/.drone.yml
Simon Petit a7b0c45ca1
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
typo in repo name
2024-12-05 16:47:35 +01:00

26 lines
443 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: Test
image: debian:12-slim
commands:
- apt-get update
- apt-get install -y make
- make test
- name: Build image
image: plugins/docker
settings:
username:
from_secret: gitea_username
password:
from_secret: gitea_token
registry: git.simonpetit.top
repo: git.simonpetit.top/simonpetit/bob
auto_tag: true
when:
event:
- tag