Neur0toxine
49cfb9c649
All checks were successful
continuous-integration/drone/push Build is passing
24 lines
383 B
YAML
24 lines
383 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: docker
|
|
image: plugins/docker
|
|
settings:
|
|
registry:
|
|
from_secret: CI_REGISTRY
|
|
username:
|
|
from_secret: CI_REGISTRY_USER
|
|
password:
|
|
from_secret: CI_REGISTRY_PASSWORD
|
|
repo:
|
|
from_secret: CI_APP_IMAGE
|
|
tags:
|
|
- latest
|
|
|
|
trigger:
|
|
event:
|
|
- push
|
|
branch:
|
|
- master
|