diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a5e71ea..13be10c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v1 with: - username: homeassistant + username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Publish ${{ matrix.architecture }} builder