Racoon_Registry/.drone.yml
emmanuel fraissenet c099256ec3
All checks were successful
continuous-integration/drone/push Build is passing
Mise à jour de '.drone.yml'
2025-01-21 13:46:05 +00:00

26 lines
434 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/emmanuel.fraissenet/exempleci
dockerfile: Dockerfile
mtu: 1440
trigger:
event:
- push
- pull_request