fix typo
Some checks failed
Docker Builders / build-base-builder (push) Failing after 8s

This commit is contained in:
2026-01-23 17:04:56 +01:00
parent 625fcc75d2
commit bcb4ee700b

View File

@@ -26,7 +26,7 @@ jobs:
- name: Login to the Container registry
uses: docker/login-action@v2
with:
registry: ${{ secrets.CI_REGISTRY }}
registry: ${{ variables.CI_REGISTRY }}
username: ${{ secrets.CI_USERNAME }}
password: ${{ secrets.CI_TOKEN }}