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

@ -36,7 +36,7 @@ jobs:
- name: Log in to container registry
uses: actions/podman-login@v1
with:
registry: ${{ vars.REPOSITORY }}
registry: "docker://${{ vars.REGISTRY }}"
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
@ -50,6 +50,6 @@ jobs:
- uses: actions/push-to-registry@v2
with:
registry: "docker://${{ vars.REPOSITORY }}"
registry: "docker://${{ vars.REGISTRY }}"
image: treetrail-backend
tags: latest