Set correct registry for retagging

This commit is contained in:
Bengt Giger 2020-12-15 23:15:04 +01:00
parent 6e15ac985c
commit db73e9e8b5

View file

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