From a14dfb4a79963b9048038e75a18dcd232d8981cd Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Mon, 27 Jun 2022 15:05:16 +0200 Subject: [PATCH] ci(fix): frontend ee deployment Signed-off-by: rjshrjndrn --- .github/workflows/frontend.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/frontend.yaml b/.github/workflows/frontend.yaml index 8a70d45e6..88a7de8a3 100644 --- a/.github/workflows/frontend.yaml +++ b/.github/workflows/frontend.yaml @@ -100,11 +100,11 @@ jobs: ### Enterprise code deployment - - uses: actions-hub/kubectl@master - env: - KUBE_CONFIG: ${{ secrets.EE_KUBECONFIG }} # Use content of kubeconfig in secret.${{ secrets.KUBE_CONFIG }} + - uses: azure/k8s-set-context@v1 with: - args: get pods + method: kubeconfig + kubeconfig: ${{ secrets.OSS_KUBECONFIG }} # Use content of kubeconfig in secret. + id: setcontextee - name: Creating old image input env: