fix(ci): use correct mirror address 10.0.1.224:6000
All checks were successful
Build and Push Docker Images / Build Backend (FastAPI) (push) Successful in 30s
Build and Push Docker Images / Build Frontend (Next.js) (push) Successful in 1m3s
Build and Push Docker Images / Build Integrator (push) Successful in 55s
Build and Push Docker Images / Build Kestra Init (push) Successful in 31s
Build and Push Docker Images / Build Pipeline (Meltano + dbt + Airflow) (push) Successful in 30s
Build and Push Docker Images / Trigger Portainer Update (push) Successful in 0s
All checks were successful
Build and Push Docker Images / Build Backend (FastAPI) (push) Successful in 30s
Build and Push Docker Images / Build Frontend (Next.js) (push) Successful in 1m3s
Build and Push Docker Images / Build Integrator (push) Successful in 55s
Build and Push Docker Images / Build Kestra Init (push) Successful in 31s
Build and Push Docker Images / Build Pipeline (Meltano + dbt + Airflow) (push) Successful in 30s
Build and Push Docker Images / Trigger Portainer Update (push) Successful in 0s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -29,8 +29,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
buildkitd-config-inline: |
|
buildkitd-config-inline: |
|
||||||
[registry."docker.io"]
|
[registry."docker.io"]
|
||||||
mirrors = ["172.17.0.1:6000"]
|
mirrors = ["10.0.1.224:6000"]
|
||||||
[registry."172.17.0.1:6000"]
|
[registry."10.0.1.224:6000"]
|
||||||
http = true
|
http = true
|
||||||
insecure = true
|
insecure = true
|
||||||
|
|
||||||
@@ -75,8 +75,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
buildkitd-config-inline: |
|
buildkitd-config-inline: |
|
||||||
[registry."docker.io"]
|
[registry."docker.io"]
|
||||||
mirrors = ["172.17.0.1:6000"]
|
mirrors = ["10.0.1.224:6000"]
|
||||||
[registry."172.17.0.1:6000"]
|
[registry."10.0.1.224:6000"]
|
||||||
http = true
|
http = true
|
||||||
insecure = true
|
insecure = true
|
||||||
|
|
||||||
@@ -124,8 +124,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
buildkitd-config-inline: |
|
buildkitd-config-inline: |
|
||||||
[registry."docker.io"]
|
[registry."docker.io"]
|
||||||
mirrors = ["172.17.0.1:6000"]
|
mirrors = ["10.0.1.224:6000"]
|
||||||
[registry."172.17.0.1:6000"]
|
[registry."10.0.1.224:6000"]
|
||||||
http = true
|
http = true
|
||||||
insecure = true
|
insecure = true
|
||||||
|
|
||||||
@@ -168,8 +168,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
buildkitd-config-inline: |
|
buildkitd-config-inline: |
|
||||||
[registry."docker.io"]
|
[registry."docker.io"]
|
||||||
mirrors = ["172.17.0.1:6000"]
|
mirrors = ["10.0.1.224:6000"]
|
||||||
[registry."172.17.0.1:6000"]
|
[registry."10.0.1.224:6000"]
|
||||||
http = true
|
http = true
|
||||||
insecure = true
|
insecure = true
|
||||||
|
|
||||||
@@ -212,8 +212,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
buildkitd-config-inline: |
|
buildkitd-config-inline: |
|
||||||
[registry."docker.io"]
|
[registry."docker.io"]
|
||||||
mirrors = ["172.17.0.1:6000"]
|
mirrors = ["10.0.1.224:6000"]
|
||||||
[registry."172.17.0.1:6000"]
|
[registry."10.0.1.224:6000"]
|
||||||
http = true
|
http = true
|
||||||
insecure = true
|
insecure = true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user