Set correct registry for retagging
This commit is contained in:
parent
6e15ac985c
commit
db73e9e8b5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_docker_images.yml
vendored
4
.github/workflows/build_docker_images.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue