Skip to content

Commit

Permalink
Add azure/setup-kubectl@v4 action
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Jul 13, 2024
1 parent b337ed9 commit eea6b61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/forms-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -120,4 +122,3 @@ jobs:
manifests: |
deployment.yaml
images: "ghcr.io/python-discord/forms-backend:${{ steps.sha_tag.outputs.tag }}"
kubectl-version: "latest"

0 comments on commit eea6b61

Please sign in to comment.