diff options
-rw-r--r-- | .github/workflows/forms-backend.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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" |