build: Rebase action step container image
Some checks failed
build-image / Semantic Release (Dry-run) (push) Successful in 22s
build-image / Container image (push) Successful in 1m32s
build-image / Helm chart (push) Failing after 3m51s
build-image / Semantic Release (push) Has been skipped

This commit is contained in:
2024-06-06 21:38:06 +10:00
parent 81f7b7b669
commit f6d3804907
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:latest AS download
RUN apk --update add --no-cache \
RUN apk --update add --no-cache \
curl \
jq && \
curl -L https://api.github.com/repos/helm/helm/releases/latest | \