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 - name: Log in to the Container registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ env.REGISTRY }} registry: registry.bouvais.lu
username: ${{ secrets.REGISTRY_USERNAME }} username: adrien
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
# --- 1. BUILD BASE IMAGE --- # --- 1. BUILD BASE IMAGE ---
- name: Extract metadata for Base - name: Extract metadata for Base