Update registry and containers for CI
All checks were successful
/ test (push) Successful in 25s
/ build (push) Successful in 15s

This commit is contained in:
phil 2024-12-05 18:59:55 +01:00
parent 259f881815
commit 5c27a26e78
7 changed files with 13 additions and 12 deletions

View file

@ -98,6 +98,6 @@ jobs:
if: fromJSON(steps.builder.outputs.run)
uses: actions/push-to-registry@v2
with:
registry: "docker://${{ vars.REGISTRY }}"
registry: "docker://${{ vars.REGISTRY }}/${{ vars.ORGANISATION }}"
image: treetrail-backend
tags: ${{ steps.version.outputs.version }}