DOCKER_HOST update.
List of Services README Generation / Generate Services List (push) Failing after 13m48s
Renovate / renovate (push) Successful in 5m3s

This commit is contained in:
2025-10-22 06:49:41 -04:00
parent 59c2fcbe25
commit 645068ec8d
+6 -6
View File
@@ -166,7 +166,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
env:
DOCKER_HOST: tcp://192.168.1.252:2375
DOCKER_HOST: tcp://192.168.1.250:2375
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
@@ -174,7 +174,7 @@ jobs:
- name: Login to GitHub Container Registry
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
env:
DOCKER_HOST: tcp://192.168.1.252:2375
DOCKER_HOST: tcp://192.168.1.250:2375
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USER }}
@@ -183,7 +183,7 @@ jobs:
- name: Login to Private Gitea Registry
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
env:
DOCKER_HOST: tcp://192.168.1.252:2375
DOCKER_HOST: tcp://192.168.1.250:2375
with:
registry: git.trez.wtf
username: ${{ secrets.BOT_GITEA_USER }}
@@ -301,7 +301,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
env:
DOCKER_HOST: tcp://192.168.1.252:2375
DOCKER_HOST: tcp://192.168.1.250:2375
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
@@ -309,7 +309,7 @@ jobs:
- name: Login to GitHub Container Registry
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
env:
DOCKER_HOST: tcp://192.168.1.252:2375
DOCKER_HOST: tcp://192.168.1.250:2375
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USER }}
@@ -318,7 +318,7 @@ jobs:
- name: Login to Private Gitea Registry
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
env:
DOCKER_HOST: tcp://192.168.1.252:2375
DOCKER_HOST: tcp://192.168.1.250:2375
with:
registry: git.trez.wtf
username: ${{ secrets.BOT_GITEA_USER }}