mirror of
https://github.com/dockur/windows.git
synced 2025-12-15 19:53:05 +00:00
Remove duplicate username
This commit is contained in:
parent
87d60d684a
commit
df73690fd8
4
.github/workflows/publish-docker.yml
vendored
4
.github/workflows/publish-docker.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user