We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e96638 commit fcf98b8Copy full SHA for fcf98b8
.github/workflows/nextdns.yml
@@ -2,22 +2,16 @@
2
3
name: NextDNS container
4
5
-# Controls when the action will run.
+# Controls when the action will run.
6
on:
7
workflow_dispatch:
8
- # Triggers the workflow on push or pull request events but only for the master branch
9
- push:
10
- paths:
11
- - nextdns/docker/Dockerfile
12
- schedule:
13
- - cron: "0 0 */15 * *"
14
-
+
15
16
jobs:
17
buildx:
18
runs-on: ubuntu-latest
19
steps:
20
21
- name: Set the version
22
id: set_version
23
run: |
@@ -37,7 +31,7 @@ jobs:
37
31
uses: docker/login-action@v1
38
32
with:
39
33
username: ${{ secrets.DOCKERHUB_USERNAME }}
40
- password: ${{ secrets.DOCKERHUB_TOKEN }}
34
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
41
35
42
36
43
name: build pihole $VERSION
0 commit comments