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 if: github.ref != null
uses: javajawa/remote-docker-tag@v1 uses: javajawa/remote-docker-tag@v1
with: with:
registry: ${{ needs.build.outputs.docker_registry }} registry: registry.docker.io
repository: ${{ needs.build.outputs.docker_repo }} repository: bengig
existing-tag: ${{ github.sha }} existing-tag: ${{ github.sha }}
new-tag: ${{ github.ref }} new-tag: ${{ github.ref }}