ci: update registry to auth to acr

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2026-06-02 12:57:41 +02:00
parent 60e5331f1c
commit c5e5fd0017
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

View File

@ -127,7 +127,7 @@ jobs:
name: Login to ACR
uses: ./
with:
registry: ${{ secrets.AZURE_REGISTRY_NAME }}.azurecr.io
registry: officialgithubactions.azurecr.io
username: ${{ secrets.AZURE_CLIENT_ID }}
password: ${{ secrets.AZURE_CLIENT_SECRET }}