dacruz/.drone.yml
jose dacruz 4709bf0dbd
Some checks failed
continuous-integration/drone/push Build is failing
Actualiser .drone.yml
2025-03-12 15:42:54 +00:00

26 lines
421 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/dacruz/exempleci
dockerfile: Dockerfile
mtu: 1440
trigger:
event:
- push
- pull_request