Use hub.docker.com as registry
This commit is contained in:
parent
db73e9e8b5
commit
4392c45966
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_docker_images.yml
vendored
2
.github/workflows/build_docker_images.yml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
||||||
if: github.ref != null
|
if: github.ref != null
|
||||||
uses: javajawa/remote-docker-tag@v1
|
uses: javajawa/remote-docker-tag@v1
|
||||||
with:
|
with:
|
||||||
registry: registry.docker.io
|
registry: hub.docker.com
|
||||||
repository: bengig
|
repository: bengig
|
||||||
existing-tag: ${{ github.sha }}
|
existing-tag: ${{ github.sha }}
|
||||||
new-tag: ${{ github.ref }}
|
new-tag: ${{ github.ref }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue