mon_appli/.drone.yml
Alexandre LAURET 4047f23610
All checks were successful
continuous-integration/drone/push Build is passing
Mise à jour de '.drone.yml'
2025-01-21 13:35:11 +00:00

26 lines
431 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/alexandre.lauret/exempleci
dockerfile: Dockerfile
mtu: 1440
trigger:
event:
- push
- pull_request