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