Skip to content

Commit

Permalink
Switch to drone ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chamburr committed Nov 17, 2022
1 parent c711273 commit 8ce9c29
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 23 deletions.
21 changes: 21 additions & 0 deletions .drone/docker.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
kind: pipeline
name: docker

steps:
- name: publish
image: plugins/docker
settings:
repo: chamburr/twilight-dispatch
auto_tag: true
username:
from_secret: docker_username
password:
from_secret: docker_password

trigger:
event:
- push
- tag
branch:
- master
23 changes: 0 additions & 23 deletions .github/workflows/docker.yml

This file was deleted.

0 comments on commit 8ce9c29

Please sign in to comment.