Fix pipeline cred
This commit is contained in:
parent
2fef740a5f
commit
9ee2fd2837
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user