fix: use internal cluster URL and disable TLS verify for git ops
CI/CD / build-and-push (push) Failing after 1s
CI/CD / build-and-push (push) Failing after 1s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user