CI: build: fix variable name
Some checks failed
/ build (push) Failing after 26s

This commit is contained in:
phil 2024-10-28 18:37:55 +01:00
parent f2251d464e
commit bbbbf67ba5
2 changed files with 3 additions and 3 deletions

View file

@ -64,6 +64,6 @@ jobs:
- uses: actions/push-to-registry@v2
if: ${{ inputs.push }}
with:
registry: "docker://${{ vars.REPOSITORY }}"
registry: "docker://${{ vars.REGISTRY }}"
image: treetrail-backend
tags: latest