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
+10 -10
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.250:2375
DOCKER_HOST: tcp://192.168.1.248: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.250:2375
DOCKER_HOST: tcp://192.168.1.248: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.250:2375
DOCKER_HOST: tcp://192.168.1.248:2375
with:
registry: git.trez.wtf
username: ${{ secrets.BOT_GITEA_USER }}
@@ -225,8 +225,8 @@ jobs:
with:
mode: compose
file: ${{ steps.compose_file_list.outputs.compose_list }}
name: "ovosmisc"
host: 192.168.1.250
name: "ultima"
host: 192.168.1.248
user: ovos
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
args: --remove-orphans --dry-run ${{ needs.generate-service-list.outputs.svc_deploy_list }}
@@ -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.250:2375
DOCKER_HOST: tcp://192.168.1.248: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.250:2375
DOCKER_HOST: tcp://192.168.1.248: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.250:2375
DOCKER_HOST: tcp://192.168.1.248:2375
with:
registry: git.trez.wtf
username: ${{ secrets.BOT_GITEA_USER }}
@@ -346,8 +346,8 @@ jobs:
with:
mode: compose
file: ${{ needs.docker-compose-dry-run.outputs.compose_file_list }}
name: "ovosmisc"
host: 192.168.1.250
name: "ultima"
host: 192.168.1.248
user: ovos
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
args: --remove-orphans ${{ needs.generate-service-list.outputs.svc_deploy_list }}
+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