From eea6b61ab3fefc5f9a767c633bb489ecb98df274 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sat, 13 Jul 2024 22:15:46 +0100 Subject: Add azure/setup-kubectl@v4 action --- .github/workflows/forms-backend.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/forms-backend.yml b/.github/workflows/forms-backend.yml index 45b6f2c..ae6cda9 100644 --- a/.github/workflows/forms-backend.yml +++ b/.github/workflows/forms-backend.yml @@ -107,6 +107,8 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - uses: azure/setup-kubectl@v4 + - name: Authenticate with Kubernetes uses: azure/k8s-set-context@v4 with: @@ -120,4 +122,3 @@ jobs: manifests: | deployment.yaml images: "ghcr.io/python-discord/forms-backend:${{ steps.sha_tag.outputs.tag }}" - kubectl-version: "latest" -- cgit v1.2.3