new registry
Some checks failed
Workflow de prueba / Build and push images (push) Failing after 1m24s

This commit is contained in:
Guillermo
2026-02-14 10:45:41 +00:00
parent 8bb952eba5
commit d924636def

View File

@@ -34,7 +34,7 @@ jobs:
- name: Login to Registry
uses: docker/login-action@v3
with:
registry: git.beyondcx.org
registry: ${{ secrets.REGISTRY_URL }}
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PWD }}