We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ff9321 + fbf1d73 commit 9cdcd28Copy full SHA for 9cdcd28
.github/workflows/deploy.yaml
@@ -70,7 +70,7 @@ jobs:
70
kubeconfig: ${{ secrets.KUBECONFIG }}
71
72
- name: Deploy to Kubernetes
73
- uses: azure/k8s-deploy@v4
+ uses: azure/k8s-deploy@v5
74
with:
75
manifests: deployment.yaml
76
images: 'ghcr.io/python-discord/snekbox:${{ inputs.version }}'
0 commit comments