too many added
Publish Action Image / build (push) Successful in 29s

This commit is contained in:
2026-06-05 16:51:40 +10:00
parent 95ef2f8a28
commit 115484ce0d
-1
View File
@@ -119,7 +119,6 @@ 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" \
--insecure-skip-tls \
--dry-run=client -o yaml | kubectl apply -f - --insecure-skip-tls-verify --dry-run=client -o yaml | kubectl apply -f - --insecure-skip-tls-verify
echo "Deploying to Kubernetes..." echo "Deploying to Kubernetes..."