validate false
Publish Action Image / build (push) Successful in 39s

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