ci: add Docker Hub auth to buildx steps to avoid rate limits

This commit is contained in:
Celes Renata
2026-04-19 05:52:10 +00:00
parent a73b40bf50
commit 998d915b6e
+56
View File
@@ -37,6 +37,10 @@ steps:
repo: registry.celestium.life/stonks-oracle/scheduler repo: registry.celestium.life/stonks-oracle/scheduler
registry: registry.celestium.life registry: registry.celestium.life
custom_dns: 192.168.42.1 custom_dns: 192.168.42.1
docker_username:
from_secret: docker_username
docker_password:
from_secret: docker_password
no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life"
tags: tags:
- ${CI_COMMIT_SHA} - ${CI_COMMIT_SHA}
@@ -60,6 +64,10 @@ steps:
repo: registry.celestium.life/stonks-oracle/symbol-registry repo: registry.celestium.life/stonks-oracle/symbol-registry
registry: registry.celestium.life registry: registry.celestium.life
custom_dns: 192.168.42.1 custom_dns: 192.168.42.1
docker_username:
from_secret: docker_username
docker_password:
from_secret: docker_password
no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life"
tags: tags:
- ${CI_COMMIT_SHA} - ${CI_COMMIT_SHA}
@@ -83,6 +91,10 @@ steps:
repo: registry.celestium.life/stonks-oracle/ingestion repo: registry.celestium.life/stonks-oracle/ingestion
registry: registry.celestium.life registry: registry.celestium.life
custom_dns: 192.168.42.1 custom_dns: 192.168.42.1
docker_username:
from_secret: docker_username
docker_password:
from_secret: docker_password
no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life"
tags: tags:
- ${CI_COMMIT_SHA} - ${CI_COMMIT_SHA}
@@ -106,6 +118,10 @@ steps:
repo: registry.celestium.life/stonks-oracle/parser repo: registry.celestium.life/stonks-oracle/parser
registry: registry.celestium.life registry: registry.celestium.life
custom_dns: 192.168.42.1 custom_dns: 192.168.42.1
docker_username:
from_secret: docker_username
docker_password:
from_secret: docker_password
no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life"
tags: tags:
- ${CI_COMMIT_SHA} - ${CI_COMMIT_SHA}
@@ -129,6 +145,10 @@ steps:
repo: registry.celestium.life/stonks-oracle/extractor repo: registry.celestium.life/stonks-oracle/extractor
registry: registry.celestium.life registry: registry.celestium.life
custom_dns: 192.168.42.1 custom_dns: 192.168.42.1
docker_username:
from_secret: docker_username
docker_password:
from_secret: docker_password
no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life"
tags: tags:
- ${CI_COMMIT_SHA} - ${CI_COMMIT_SHA}
@@ -152,6 +172,10 @@ steps:
repo: registry.celestium.life/stonks-oracle/aggregation repo: registry.celestium.life/stonks-oracle/aggregation
registry: registry.celestium.life registry: registry.celestium.life
custom_dns: 192.168.42.1 custom_dns: 192.168.42.1
docker_username:
from_secret: docker_username
docker_password:
from_secret: docker_password
no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life"
tags: tags:
- ${CI_COMMIT_SHA} - ${CI_COMMIT_SHA}
@@ -175,6 +199,10 @@ steps:
repo: registry.celestium.life/stonks-oracle/recommendation repo: registry.celestium.life/stonks-oracle/recommendation
registry: registry.celestium.life registry: registry.celestium.life
custom_dns: 192.168.42.1 custom_dns: 192.168.42.1
docker_username:
from_secret: docker_username
docker_password:
from_secret: docker_password
no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life"
tags: tags:
- ${CI_COMMIT_SHA} - ${CI_COMMIT_SHA}
@@ -198,6 +226,10 @@ steps:
repo: registry.celestium.life/stonks-oracle/risk repo: registry.celestium.life/stonks-oracle/risk
registry: registry.celestium.life registry: registry.celestium.life
custom_dns: 192.168.42.1 custom_dns: 192.168.42.1
docker_username:
from_secret: docker_username
docker_password:
from_secret: docker_password
no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life"
tags: tags:
- ${CI_COMMIT_SHA} - ${CI_COMMIT_SHA}
@@ -221,6 +253,10 @@ steps:
repo: registry.celestium.life/stonks-oracle/broker-adapter repo: registry.celestium.life/stonks-oracle/broker-adapter
registry: registry.celestium.life registry: registry.celestium.life
custom_dns: 192.168.42.1 custom_dns: 192.168.42.1
docker_username:
from_secret: docker_username
docker_password:
from_secret: docker_password
no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life"
tags: tags:
- ${CI_COMMIT_SHA} - ${CI_COMMIT_SHA}
@@ -244,6 +280,10 @@ steps:
repo: registry.celestium.life/stonks-oracle/lake-publisher repo: registry.celestium.life/stonks-oracle/lake-publisher
registry: registry.celestium.life registry: registry.celestium.life
custom_dns: 192.168.42.1 custom_dns: 192.168.42.1
docker_username:
from_secret: docker_username
docker_password:
from_secret: docker_password
no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life"
tags: tags:
- ${CI_COMMIT_SHA} - ${CI_COMMIT_SHA}
@@ -267,6 +307,10 @@ steps:
repo: registry.celestium.life/stonks-oracle/query-api repo: registry.celestium.life/stonks-oracle/query-api
registry: registry.celestium.life registry: registry.celestium.life
custom_dns: 192.168.42.1 custom_dns: 192.168.42.1
docker_username:
from_secret: docker_username
docker_password:
from_secret: docker_password
no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life"
tags: tags:
- ${CI_COMMIT_SHA} - ${CI_COMMIT_SHA}
@@ -290,6 +334,10 @@ steps:
repo: registry.celestium.life/stonks-oracle/trading-engine repo: registry.celestium.life/stonks-oracle/trading-engine
registry: registry.celestium.life registry: registry.celestium.life
custom_dns: 192.168.42.1 custom_dns: 192.168.42.1
docker_username:
from_secret: docker_username
docker_password:
from_secret: docker_password
no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life"
tags: tags:
- ${CI_COMMIT_SHA} - ${CI_COMMIT_SHA}
@@ -313,6 +361,10 @@ steps:
repo: registry.celestium.life/stonks-oracle/dashboard repo: registry.celestium.life/stonks-oracle/dashboard
registry: registry.celestium.life registry: registry.celestium.life
custom_dns: 192.168.42.1 custom_dns: 192.168.42.1
docker_username:
from_secret: docker_username
docker_password:
from_secret: docker_password
no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life"
tags: tags:
- ${CI_COMMIT_SHA} - ${CI_COMMIT_SHA}
@@ -335,6 +387,10 @@ steps:
repo: registry.celestium.life/stonks-oracle/superset repo: registry.celestium.life/stonks-oracle/superset
registry: registry.celestium.life registry: registry.celestium.life
custom_dns: 192.168.42.1 custom_dns: 192.168.42.1
docker_username:
from_secret: docker_username
docker_password:
from_secret: docker_password
no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life"
tags: tags:
- ${CI_COMMIT_SHA} - ${CI_COMMIT_SHA}