RCH/.drone.yml
romain chinotti 2f96fb27c8
All checks were successful
continuous-integration/drone/push Build is passing
Update .drone.yml
2025-03-12 14:08:53 +00:00

26 lines
430 B
YAML

---
kind: pipeline
type: kubernetes
name: build
platform:
os: linux
arch: amd64
steps:
- name: build_docker_image
image: plugins/docker:20.14
settings:
username:
from_secret: registry_username
password:
from_secret: registry_token
registry: git.lab.adho.app
repo: git.lab.adho.app/romain.chinotti/exempleci
dockerfile: Dockerfile
mtu: 1440
trigger:
event:
- push
- pull_request