We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678a51f commit 2a0781dCopy full SHA for 2a0781d
2 files changed
.github/workflows/docker.yml
@@ -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
0 commit comments