ci: Make kubectl executable
Some checks failed
Deployment / container (push) Successful in 2m28s
Deployment / helm (push) Failing after 49s

This commit is contained in:
fleaz 2025-05-25 19:30:12 +02:00
parent 55f9359326
commit b6aeb02cb0
Signed by: fleaz
GPG key ID: 935474624265FE8F

View file

@ -30,6 +30,7 @@ jobs:
- name: Install kubectl
run: |
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x kubectl
mv kubectl /usr/bin/kubectl
- name: Install helm
run: |