Add gitea repo
parent
36e3c771f0
commit
d156573cb9
|
|
@ -10,12 +10,18 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Important pour récupérer tout l'historique Git
|
fetch-depth: 0 # Important pour récupérer tout l'historique Git
|
||||||
|
|
||||||
- name: Log in to registry
|
- name: Log in to Harbor registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: harbor.bv.stef.lan
|
registry: harbor.bv.stef.lan
|
||||||
username: ${{ secrets.HARBOR_USERNAME }}
|
username: ${{ secrets.HARBOR_USERNAME }}
|
||||||
password: ${{ secrets.HARBOR_PASSWORD }}
|
password: ${{ secrets.HARBOR_PASSWORD }}
|
||||||
|
- name: Log in to Gitea registry
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: gitea.bv.stef.lan
|
||||||
|
username: ${{ secrets.USERNAME }}
|
||||||
|
password: ${{ secrets.PASSWORD }}
|
||||||
|
|
||||||
- name: Debug Gitea variables
|
- name: Debug Gitea variables
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue