Fix pipeline cred

This commit is contained in:
Adrien Bouvais 2026-08-15 16:41:19 +02:00
parent 2fef740a5f
commit 9ee2fd2837

View File

@ -25,9 +25,9 @@ jobs:
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
registry: registry.bouvais.lu
username: adrien
password: ${{ secrets.DOCKER_PASSWORD }}
# --- 1. BUILD BASE IMAGE ---
- name: Extract metadata for Base