use variable for registry

This commit is contained in:
Smigz 2025-05-03 13:19:59 +00:00
parent 3224db927b
commit 907e6f3338

View file

@ -50,7 +50,7 @@ jobs:
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ${{ env.registry }}
registry: ${{ env.REGISTRY }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}