drone-discord-webhook/.drone.yml
Evann Regnault 245ec2d251
Some checks reported errors
continuous-integration/drone/push Build encountered an error
First commit
2024-05-04 16:49:10 +02:00

17 lines
No EOL
389 B
YAML

kind: pipeline
name: build
type: docker
steps:
- name: build
image: plugins/docker
settings:
registry: r.regnault.dev
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
repo: r.regnault.dev/drone-discord-webhook
dockerfile: docker/Dockerfile
context: src/
force_tag: true