From 4eb98f8dbf2ff0d9f3b509a9a1fd9ec23cdf0233 Mon Sep 17 00:00:00 2001 From: Mario Ranftl Date: Fri, 6 Oct 2023 23:23:25 +0200 Subject: [PATCH] ci use actions-hub/kubectl@1.26.3 --- .github/workflows/build-publish-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-publish-deploy.yml b/.github/workflows/build-publish-deploy.yml index ab8af03..48a36e7 100644 --- a/.github/workflows/build-publish-deploy.yml +++ b/.github/workflows/build-publish-deploy.yml @@ -55,7 +55,7 @@ jobs: - name: Set image on dev cluster if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/dev' }} - uses: actions-hub/kubectl@1.26.6 + uses: actions-hub/kubectl@1.26.3 env: KUBE_CONFIG: ${{ secrets.KUBE_CONFIG_DEV }} NAMESPACE: gwfh-dev @@ -64,7 +64,7 @@ jobs: - name: Set image on prod cluster if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} - uses: actions-hub/kubectl@1.26.6 + uses: actions-hub/kubectl@1.26.3 env: KUBE_CONFIG: ${{ secrets.KUBE_CONFIG_PROD }} NAMESPACE: gwfh-prod