Skip to content

Commit eea6b61

Browse files
committed
Add azure/setup-kubectl@v4 action
1 parent b337ed9 commit eea6b61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/forms-backend.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ jobs:
107107
- name: Checkout repository
108108
uses: actions/checkout@v4
109109

110+
- uses: azure/setup-kubectl@v4
111+
110112
- name: Authenticate with Kubernetes
111113
uses: azure/k8s-set-context@v4
112114
with:
@@ -120,4 +122,3 @@ jobs:
120122
manifests: |
121123
deployment.yaml
122124
images: "ghcr.io/python-discord/forms-backend:${{ steps.sha_tag.outputs.tag }}"
123-
kubectl-version: "latest"

0 commit comments

Comments
 (0)