From df73690fd8b936b45591abd4bd2e7defc7017b96 Mon Sep 17 00:00:00 2001 From: f-trycua Date: Sun, 7 Dec 2025 22:04:51 -0800 Subject: [PATCH] Remove duplicate username --- .github/workflows/publish-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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