recuperando los credentials
Some checks failed
build-and-push / build (push) Successful in 9s
build-and-push / deploy (push) Failing after 34s

This commit is contained in:
2025-05-02 18:04:15 -06:00
parent 2e20865399
commit 9ee1afd9db

View File

@@ -19,7 +19,8 @@ jobs:
with:
registry: gitea.interno.com
username: nucleo000
password: ${{ secrets.GITEA_PASSWORD }}
password: 7bc7b2fcd283bd6a251bef3ede368b7f897c919d
- name: Build root image
run: |
@@ -56,7 +57,8 @@ jobs:
uses: actions/checkout@v3
- name: Login to registry
run: docker login gitea.interno.com -u nucleo000 -p ${{ secrets.GITEA_PASSWORD }}
run: docker login gitea.interno.com -u nucleo000 -p 7bc7b2fcd283bd6a251bef3ede368b7f897c919d
- name: Pull latest images
run: |