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 4cec89b commit c7edeb5Copy full SHA for c7edeb5
.github/workflows/build-and-publish.yml
@@ -8,6 +8,9 @@ on:
8
release:
9
types: [published]
10
11
+permissions:
12
+ contents: read
13
+ packages: write
14
15
env:
16
dockerhub: ${{ secrets.DOCKERHUB_NAMESPACE }}/pihole
.github/workflows/build-and-test.yml
@@ -2,6 +2,9 @@ name: Build Image and Test
2
on:
3
pull_request:
4
5
6
7
+
jobs:
build-and-test:
runs-on: ${{ matrix.runner }}
0 commit comments