CI #2

Merged
rboullard merged 47 commits from Development into main 2026-01-27 11:17:33 +00:00
Showing only changes of commit bcb4ee700b - Show all commits

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 }}