Files
HSBCConverter/.drone.yml
Shane Frischkorn ce3d8adc5f
All checks were successful
continuous-integration/drone/push Build is passing
Renaming .drone.yml
2022-01-18 17:04:52 +10:00

14 lines
256 B
YAML

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