Updating IPs in workflows.
List of Services README Generation / Generate Services List (push) Failing after 1m13s
Renovate / renovate (push) Successful in 2m12s

This commit is contained in:
2025-11-30 14:53:43 -05:00
parent 1c19a8efe6
commit daf60ca8f2
2 changed files with 14 additions and 14 deletions
+4 -4
View File
@@ -82,7 +82,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
env:
DOCKER_HOST: tcp://192.168.1.249:2375
DOCKER_HOST: tcp://192.168.1.248:2375
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
@@ -90,7 +90,7 @@ jobs:
- name: Login to GitHub Container Registry
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
env:
DOCKER_HOST: tcp://192.168.1.249:2375
DOCKER_HOST: tcp://192.168.1.248:2375
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USER }}
@@ -99,7 +99,7 @@ jobs:
- name: Login to Private Gitea Registry
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
env:
DOCKER_HOST: tcp://192.168.1.249:2375
DOCKER_HOST: tcp://192.168.1.248:2375
with:
registry: git.trez.wtf
username: ${{ secrets.BOT_GITEA_USER }}
@@ -138,7 +138,7 @@ jobs:
- name: Docker Compose Healthcheck
uses: jaracogmbh/docker-compose-health-check-action@973fbdccf7c8e396b652d3501984c8e530a9fa80 # v1.0.0
env:
DOCKER_HOST: tcp://192.168.1.249:2375
DOCKER_HOST: tcp://192.168.1.248:2375
with:
max-retries: 30
retry-interval: 10