mirror of
https://github.com/dockur/windows.git
synced 2025-12-16 04:03:04 +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:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
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
|
name: Build and push latest tag
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ secrets.DOCKER_USERNAME }}/windows-local:latest
|
tags: ${{ secrets.DOCKERHUB_USERNAME }}/windows-local:latest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user