Use hub.docker.com as registry

This commit is contained in:
Bengt Giger 2020-12-15 23:19:46 +01:00
parent db73e9e8b5
commit 4392c45966

View file

@ -86,7 +86,7 @@ jobs:
if: github.ref != null
uses: javajawa/remote-docker-tag@v1
with:
registry: registry.docker.io
registry: hub.docker.com
repository: bengig
existing-tag: ${{ github.sha }}
new-tag: ${{ github.ref }}