añadido soporte para pass y user en gitea
Build Docker Image / docker (push) Failing after 43s

This commit is contained in:
2026-04-13 15:37:53 -03:00
parent 19e8afb17e
commit ca298f93ce
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
steps: steps:
- name: Checkout código - name: Checkout código
run: | run: |
git clone https://fedesrv.ddns.net/git/${{ github.repository }}.git . git clone https://${{ secrets.GIT_USER }}:${{ secrets.REGISTRY_PASS }}@fedesrv.ddns.net/git/${{ github.repository }}.git .
git checkout ${{ github.sha }} git checkout ${{ github.sha }}
- name: Login to registry - name: Login to registry