Update registry for CI
All checks were successful
/ build (push) Successful in 23s

This commit is contained in:
phil 2024-12-05 18:51:22 +01:00
parent 8c272ab6ff
commit 4ed8fc7d55

View file

@ -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 }}