We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b7e47 commit c06ececCopy full SHA for c06ecec
.github/workflows/tags.yml
@@ -0,0 +1,25 @@
1
+name: tags
2
+on:
3
+ push:
4
+ tags:
5
+ - 'v*'
6
+jobs:
7
+ docker:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: build docker image
11
+ uses: the-actions-org/workflow-dispatch@3133c5d135c7dbe4be4f9793872b6ef331b53bc7
12
+ with:
13
+ workflow: docker.yml
14
+ token: "${{ secrets.REPOSITORY_TOKEN }}"
15
+ inputs: '{ "release":"true" }'
16
+
17
+ docker-unraid:
18
19
20
+ - name: build docker image for unraid community
21
22
23
24
25
+ inputs: '{ "release":"false", "uid":"99", "gid":"100", "semversuffix":"unraid" }'
0 commit comments