This commit is contained in:
parent
8c272ab6ff
commit
4ed8fc7d55
1 changed files with 1 additions and 1 deletions
|
@ -88,6 +88,6 @@ jobs:
|
||||||
if: fromJSON(steps.builder.outputs.run)
|
if: fromJSON(steps.builder.outputs.run)
|
||||||
uses: actions/push-to-registry@v2
|
uses: actions/push-to-registry@v2
|
||||||
with:
|
with:
|
||||||
registry: "docker://${{ vars.REGISTRY }}"
|
registry: "docker://${{ vars.REGISTRY }}/${{ vars.ORGANISATION }}"
|
||||||
image: treetrail-frontend
|
image: treetrail-frontend
|
||||||
tags: ${{ steps.version.outputs.version }}
|
tags: ${{ steps.version.outputs.version }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue