diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index da7b7c3..e534417 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -60,4 +60,4 @@ jobs: PIHOLE_VERSION=nightly push: true tags: | - ${{ secrets.DOCKERHUB_USER }}/pihole:nightly \ No newline at end of file + pihole/pihole:nightly \ No newline at end of file diff --git a/.github/workflows/test-and-build.yaml b/.github/workflows/test-and-build.yaml index 97b3b3f..c631660 100644 --- a/.github/workflows/test-and-build.yaml +++ b/.github/workflows/test-and-build.yaml @@ -56,4 +56,4 @@ jobs: PIHOLE_VERSION=${{ env.TAG }} push: true tags: | - ${{ secrets.DOCKERHUB_USER }}/pihole:${{ env.TAG }} \ No newline at end of file + pihole/pihole:${{ env.TAG }} \ No newline at end of file diff --git a/.github/workflows/workflow_dispatch.yml b/.github/workflows/workflow_dispatch.yml index 8df1149..40ebbef 100644 --- a/.github/workflows/workflow_dispatch.yml +++ b/.github/workflows/workflow_dispatch.yml @@ -71,4 +71,4 @@ jobs: PIHOLE_VERSION=${{ github.event.inputs.name }} push: true tags: | - ${{ secrets.DOCKERHUB_USER }}/pihole:${{ github.event.inputs.name }} \ No newline at end of file + pihole/pihole:${{ github.event.inputs.name }} \ No newline at end of file