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:
Danny Bessems 2024-06-06 21:38:06 +10:00
parent 81f7b7b669
commit f6d3804907
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ jobs:
name: Helm chart
runs-on: dind
needs: semrel_dryrun
container: docker.io/alpine/helm
container: code.spamasaurus.com/djpbessems/packer-extended:1.3.0
steps:
- name: Check out repository code
uses: actions/checkout@v4

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 | \