Correction call des secrets
This commit is contained in:
@@ -31,8 +31,8 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: harbor.bv.stef.lan
|
||||
username: ${{ secret.HARBOR_USERNAME }}
|
||||
password: ${{ secret.HARBOR_PASSWORD }}
|
||||
username: ${{ secrets.HARBOR_USERNAME }}
|
||||
password: ${{ secrets.HARBOR_PASSWORD }}
|
||||
|
||||
- name: Build and push image
|
||||
uses: docker/build-push-action@v6
|
||||
|
||||
Reference in New Issue
Block a user