disable verify tls
Publish Action Image / build (push) Successful in 37s

This commit is contained in:
2026-06-05 04:30:17 +10:00
parent da774ae051
commit 986863b064
+2 -2
View File
@@ -119,11 +119,11 @@ kubectl create secret docker-registry regcred \
--docker-server="$INPUT_REGISTRY" \
--docker-username="$INPUT_REGISTRY_USERNAME" \
--docker-password="$INPUT_REGISTRY_PASSWORD" \
--validate=false \
--insecure-skip-tls-verify \
--dry-run=client -o yaml | kubectl apply -f -
echo "Deploying to Kubernetes..."
kubectl apply --validate=false -f ./kforge-out/
kubectl apply --insecure-skip-tls-verify -f ./kforge-out/
echo "Deploy complete."
echo "Cleanup"
rm -f /tmp/kube-ca.crt