Add DOCKERHUB_NAMESPACE variable.

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
Dan Schaper 2021-10-03 13:41:31 -07:00
parent 73a335533b
commit 4782f15123
No known key found for this signature in database
GPG Key ID: 6055EE2AD4004FC0
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: ${{ secrets.DOCKERHUB_USER }}/pihole
images: ${{ secrets.DOCKERHUB_NAMESPACE }}/pihole
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1