use variable for registry

This commit is contained in:
Smigz 2025-05-03 13:23:02 +00:00
parent 907e6f3338
commit 6fa2cb39c0

View file

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