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
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:
parent
4dc90089bd
commit
76e8f1f44a
2
.github/workflows/build_push_and_deploy.yaml
vendored
2
.github/workflows/build_push_and_deploy.yaml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
- name: Login to Docker
|
- name: Login to Docker
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ github.server_url }}
|
registry: http://10.0.0.171
|
||||||
username: ${{ vars.USERNAME }}
|
username: ${{ vars.USERNAME }}
|
||||||
password: ${{ secrets.PWD }}
|
password: ${{ secrets.PWD }}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user