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
|
REGISTRY: git.chemavx.xyz
|
||||||
IMAGE_BOT: git.chemavx.xyz/chemavx/polymarket-bot
|
IMAGE_BOT: git.chemavx.xyz/chemavx/polymarket-bot
|
||||||
IMAGE_API: git.chemavx.xyz/chemavx/polymarket-bot-api
|
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:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
@@ -17,6 +18,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ssl-verify: false
|
||||||
|
|
||||||
- name: Set image tag
|
- name: Set image tag
|
||||||
id: tag
|
id: tag
|
||||||
|
|||||||
Reference in New Issue
Block a user