Doker hub user on image name
This commit is contained in:
parent
d7c154f7fe
commit
570b5fa49b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build_only.yml
vendored
2
.github/workflows/build_only.yml
vendored
|
|
@ -16,4 +16,4 @@ jobs:
|
|||
with:
|
||||
tag: latest,0.3.0
|
||||
platform: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6
|
||||
imageName: ilteoood/webssh2
|
||||
imageName: ${{ secrets.DOCKER_HUB_USER }}/webssh2
|
||||
2
.github/workflows/build_publish.yml
vendored
2
.github/workflows/build_publish.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
uses: ilteoood/docker_buildx@master
|
||||
with:
|
||||
tag: latest,0.3.0
|
||||
imageName: ilteoood/webssh2
|
||||
imageName: ${{ secrets.DOCKER_HUB_USER }}/webssh2
|
||||
platform: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6
|
||||
publish: true
|
||||
dockerHubUser: ${{ secrets.DOCKER_HUB_USER }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue