Renaming .drone.yml
This commit is contained in:
parent
7abd80a00e
commit
ce3d8adc5f
1 changed files with 0 additions and 0 deletions
14
.drone.yml
Normal file
14
.drone.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: DOCKER_USER
|
||||
password:
|
||||
from_secret: DOCKER_PASS
|
||||
repo: frashal/hsbc_converter
|
||||
dockerfile: Dockerfile
|
||||
tags: latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue