Remove duplicate username

This commit is contained in:
f-trycua 2025-12-07 22:04:51 -08:00
parent 87d60d684a
commit df73690fd8

View File

@ -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