From 87cd6637d52b23426735eaf9e7e27cbaa5bed316 Mon Sep 17 00:00:00 2001 From: OBrien Alaribe Date: Mon, 2 Sep 2024 14:03:41 +0100 Subject: [PATCH] test k8s connection --- .github/workflows/releaser.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index d424da0f6a6a..e09186d647c7 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -71,9 +71,6 @@ jobs: runs-on: ubuntu-20.04 environment: prod steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Set up Kubectl uses: azure/setup-kubectl@v1 with: @@ -86,5 +83,5 @@ jobs: - name: Deploy to Kubernetes run: | - kubectl set image deployment/explorer explorer=availj/explorer:v1.12 + kubectl -v=7 set image deployment/explorer explorer=availj/explorer:v1.12 \ No newline at end of file