@@ -119,7 +119,6 @@ kubectl create secret docker-registry regcred \
|
||||
--docker-server="$INPUT_REGISTRY" \
|
||||
--docker-username="$INPUT_REGISTRY_USERNAME" \
|
||||
--docker-password="$INPUT_REGISTRY_PASSWORD" \
|
||||
--insecure-skip-tls \
|
||||
--dry-run=client -o yaml | kubectl apply -f - --insecure-skip-tls-verify
|
||||
|
||||
echo "Deploying to Kubernetes..."
|
||||
|
||||
Reference in New Issue
Block a user