fix: use internal cluster URL and disable TLS verify for git ops
CI/CD / build-and-push (push) Failing after 1s

This commit is contained in:
2026-04-13 16:08:23 +00:00
parent 4fda34df3b
commit b99215f1a4
+4 -1
View File
@@ -9,7 +9,8 @@ env:
REGISTRY: git.chemavx.xyz
IMAGE_BOT: git.chemavx.xyz/chemavx/polymarket-bot
IMAGE_API: git.chemavx.xyz/chemavx/polymarket-bot-api
K8S_MANIFESTS_REPO: https://chemavx:${{ secrets.CI_TOKEN }}@git.chemavx.xyz/chemavx/k8s-manifests.git
K8S_MANIFESTS_REPO: http://chemavx:${{ secrets.CI_TOKEN }}@gitea.gitea.svc.cluster.local:3000/chemavx/k8s-manifests.git
GIT_SSL_NO_VERIFY: "true"
jobs:
build-and-push:
@@ -17,6 +18,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ssl-verify: false
- name: Set image tag
id: tag