drone-discord-webhook/.drone.yml
Evann Regnault b59dcd5943
Some checks failed
continuous-integration/drone/push Build is failing
Fixed docker context
2024-05-04 16:58:22 +02:00

17 lines
No EOL
356 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: .
force_tag: true