diff --git a/.github/workflows/on-tag.yml b/.github/workflows/on-tag.yml index 77bb5ed05..f3e200e09 100644 --- a/.github/workflows/on-tag.yml +++ b/.github/workflows/on-tag.yml @@ -91,7 +91,7 @@ jobs: --cache-from "type=local,src=/tmp/.buildx-cache" \ --cache-to "type=local,dest=/tmp/.buildx-cache" \ --platform linux/amd64 \ - --tag ${{ secrets.DOCKER_USERNAME }}/electrs:$TAG \ - --tag ${{ secrets.DOCKER_USERNAME }}/electrs:latest \ + --tag ${{ secrets.DOCKER_HUB_USER }}/electrs:$TAG \ + --tag ${{ secrets.DOCKER_HUB_USER }}/electrs:latest \ --output "type=registry" . \ --build-arg commitHash=$SHORT_SHA