add validate false flag
Publish Action Image / build (push) Successful in 34s

This commit is contained in:
2026-06-05 16:54:25 +10:00
parent 115484ce0d
commit 4ed2e2c8b1
+1 -1
View File
@@ -119,7 +119,7 @@ kubectl create secret docker-registry regcred \
--docker-server="$INPUT_REGISTRY" \
--docker-username="$INPUT_REGISTRY_USERNAME" \
--docker-password="$INPUT_REGISTRY_PASSWORD" \
--dry-run=client -o yaml | kubectl apply -f - --insecure-skip-tls-verify
--dry-run=client -o yaml | kubectl apply -f - --insecure-skip-tls-verify --validate=false
echo "Deploying to Kubernetes..."
kubectl apply --insecure-skip-tls-verify -f ./kforge-out/