Use the correct namespace to upload the images...

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2021-09-12 22:53:38 +01:00
parent 7624fc3d56
commit 55a682a94c
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173
3 changed files with 3 additions and 3 deletions

View File

@ -60,4 +60,4 @@ jobs:
PIHOLE_VERSION=nightly
push: true
tags: |
${{ secrets.DOCKERHUB_USER }}/pihole:nightly
pihole/pihole:nightly

View File

@ -56,4 +56,4 @@ jobs:
PIHOLE_VERSION=${{ env.TAG }}
push: true
tags: |
${{ secrets.DOCKERHUB_USER }}/pihole:${{ env.TAG }}
pihole/pihole:${{ env.TAG }}

View File

@ -71,4 +71,4 @@ jobs:
PIHOLE_VERSION=${{ github.event.inputs.name }}
push: true
tags: |
${{ secrets.DOCKERHUB_USER }}/pihole:${{ github.event.inputs.name }}
pihole/pihole:${{ github.event.inputs.name }}