Explicitly make docker registry http
Some checks failed
Build and Test - Staging / build_and_push (pull_request) Failing after 1m11s
Build and Test - Staging / test (pull_request) Successful in 4m50s
Build and Test - Staging / deploy_staging (pull_request) Successful in 2s

This commit is contained in:
2025-12-06 11:37:40 -08:00
parent c5fdcf6b10
commit 4f571b3ae1
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ jobs:
- name: Login to Docker Registry
uses: docker/login-action@v3
with:
registry: 192.168.1.36:30008
registry: http://192.168.1.36:30008
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.ACTIONS_TOKEN }}

View File

@@ -57,7 +57,7 @@ jobs:
- name: Login to Docker Registry
uses: docker/login-action@v3
with:
registry: 192.168.1.36:30008
registry: http://192.168.1.36:30008
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.ACTIONS_TOKEN }}