Skip to content

Commit 2a0781d

Browse files
committed
feat: switch CI to github workflows
Signed-off-by: wilmardo <info@wilmardenouden.nl>
1 parent 678a51f commit 2a0781d

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

.github/workflows/docker.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
on:
3+
- push
4+
- workflow_dispatch
5+
6+
jobs:
7+
docker:
8+
uses: LANsible/github-workflows/.github/workflows/docker-build.yml@main
9+
with:
10+
image_name: lansible/zwavejs2mqtt
11+
secrets: inherit

.gitlab-ci.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)