ci: aargh
Some checks failed
Deployment / container (push) Successful in 3m10s
Deployment / helm (push) Failing after 27s

This commit is contained in:
fleaz 2025-05-25 18:50:54 +02:00
parent 1eb936fe88
commit b75f72318b
Signed by: fleaz
GPG key ID: 935474624265FE8F

View file

@ -26,7 +26,7 @@ jobs:
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout
run: actions/checkout@v4
uses: actions/checkout@v4
- 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"