exemple_CI/.drone.yml
yakhia doumbia 3c66e752ab
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Actualiser .drone.yml
2025-03-12 15:07:39 +00:00

26 lines
469 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:433ec9863dc67eec2920d07e37ed71e35341dd6a
from_secret: registry_token
registry: git.lab.adho.app
repo: git.lab.adho.app/yakhia.doumbia/exempleci
dockerfile: Dockerfile
mtu: 1440
trigger:
event:
- push
- pull_request