From 01759c480790305b03cb67071281d74c632cbd9a Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Sat, 1 Nov 2025 12:21:45 -0300 Subject: [PATCH] hotfix: fixes deploy environment --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 48a0716..0fa0042 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -99,7 +99,7 @@ jobs: IMAGE_BASE="ghcr.io/${OWNER}/${REPO}" TAG="${{ github.event.inputs.tag || 'latest' }}" - kubectl config set-context --current --namespace=$KUBE_NAMESPACE + echo "Deploying image: ${IMAGE_BASE}:${TAG} to Kubernetes Namespace: ${KUBE_NAMESPACE}" # Apply any other configuration changes if needed envsubst < .k8s/config.yml | kubectl apply -f -