diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index b61e926..cf79579 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -16,6 +16,7 @@ jobs: steps: - name: Checkout run: | + git config --global http.https://git.kimchi.sslVerify false git clone --depth 1 https://${{ secrets.REGISTRY_USER }}:${{ secrets.REGISTRY_PASSWORD }}@git.kimchi/tas/major_tom.git . - name: Build and push container image