add local server
Some checks failed
dev test / test (push) Successful in 1m29s
dev test / vulnCheck (push) Successful in 46s
dev test / Ci-Lint (push) Successful in 33s
${{ github.actor }} executed Build Push Prod / build (push) Failing after 12s
${{ github.actor }} executed Build Push Prod / deploy (push) Has been skipped

This commit is contained in:
maximo tejeda 2025-03-07 17:10:34 -04:00
parent 4dc90089bd
commit 76e8f1f44a

View File

@ -29,7 +29,7 @@ jobs:
- name: Login to Docker
uses: docker/login-action@v3
with:
registry: ${{ github.server_url }}
registry: http://10.0.0.171
username: ${{ vars.USERNAME }}
password: ${{ secrets.PWD }}