diff options
| author | 2023-05-05 10:54:34 +0100 | |
|---|---|---|
| committer | 2023-05-05 10:59:18 +0100 | |
| commit | 5a94a4a31cd2461a6466f37d0b78bc86fb684152 (patch) | |
| tree | 5a3aa0803a021a57973b2dbb9beb0e34e6818c76 | |
| parent | Always build Dockerfile in CI (diff) | |
Update azure/k8s-deploy to v4
| -rw-r--r-- | .github/workflows/build-deploy.yaml | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index 8bdc601..8aa8884 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -58,6 +58,8 @@ jobs:          with:            repository: python-discord/kubernetes +      - uses: azure/setup-kubectl@v3 +        - name: Authenticate with Kubernetes          uses: azure/k8s-set-context@v3          with: @@ -65,9 +67,8 @@ jobs:            kubeconfig: ${{ secrets.KUBECONFIG }}        - name: Deploy to Kubernetes -        uses: Azure/k8s-deploy@v1 +        uses: azure/k8s-deploy@v4          with:            manifests: |                namespaces/default/king-arthur/deployment.yaml            images: 'ghcr.io/python-discord/king-arthur:${{ inputs.sha-tag }}' -          kubectl-version: 'latest' | 
