diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 80670e1..b6e5242 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -43,11 +43,11 @@ jobs: with: context: . push: true - tags: ${{ secrets.DOCKER_USERNAME }}/windows-local:${{ steps.version_tag.outputs.version }} + tags: ${{ secrets.DOCKERHUB_USERNAME }}/windows-local:${{ steps.version_tag.outputs.version }} - name: Build and push latest tag uses: docker/build-push-action@v6 with: context: . push: true - tags: ${{ secrets.DOCKER_USERNAME }}/windows-local:latest + tags: ${{ secrets.DOCKERHUB_USERNAME }}/windows-local:latest