build: Explicitly install jq package
Some checks failed
build-image / Semantic Release (Dry-run) (push) Successful in 24s
build-image / Container image (push) Successful in 1m17s
build-image / Helm chart (push) Failing after 3m20s
build-image / Semantic Release (push) Has been skipped

This commit is contained in:
Danny Bessems 2024-06-07 00:04:52 +10:00
parent 5ed9698019
commit b49701b332

View File

@ -105,6 +105,8 @@ jobs:
uses: actions/checkout@v4
- name: Prepare build environment
run: |
apt-get update && apt-get install -y --no-install-recommends \
jq
curl -L https://api.github.com/repos/helm/helm/releases/latest | \
jq -r '.tag_name' | \
xargs -I {} curl -L -o /tmp/helm.tar.gz https://get.helm.sh/helm-{}-linux-amd64.tar.gz && \