Discord_test/.drone.yml
cisco 5794f980fc
All checks were successful
continuous-integration/drone/push Build is passing
Update '.drone.yml'
2023-01-03 22:56:00 +01:00

20 lines
No EOL
357 B
YAML

kind: pipeline
name: default
type: kubernetes
steps:
- name: docker
image: plugins/docker
settings:
registry: git.hostingwire.net
username:
from_secret: registry_user
password:
from_secret: registry_pass
repo: git.hostingwire.net/cisco/discord_test
dockerfile: Dockerfile
auto_tag: true
trigger:
event:
- push