We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51ccf2 commit 8faf84aCopy full SHA for 8faf84a
1 file changed
.github/workflows/deployment-staging.yml
@@ -54,11 +54,6 @@ jobs:
54
55
steps:
56
-
57
- name: Install kubectl
58
- run: |
59
- curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
60
- sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
61
- kubectl version
+ uses: sillsdev/common-github-actions/install-kubectl@v1
62
63
- name: Deploy to staging
64
run: kubectl --context ${{ secrets.LTOPS_K8S_STAGING_CONTEXT }} set image deployment/app app=${{ needs.build.outputs.IMAGE }}
0 commit comments