Attempt to add docker image build to Drone.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
projectmoon 2020-11-05 23:22:26 +00:00
parent fcec37afb2
commit b3c258e279
1 changed files with 14 additions and 0 deletions

View File

@ -9,3 +9,17 @@ steps:
- apt-get install -y cmake
- cargo build --verbose --all
- cargo test --verbose --all
- name: docker
image: plugins/docker
when:
branch:
- master
settings:
auto_tag: true
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: ghcr.io/projectmoon/chronicle-dicebot
registry: gchr.io