build: Rebase action step container image
This commit is contained in:
parent
81f7b7b669
commit
f6d3804907
@ -100,7 +100,7 @@ jobs:
|
|||||||
name: Helm chart
|
name: Helm chart
|
||||||
runs-on: dind
|
runs-on: dind
|
||||||
needs: semrel_dryrun
|
needs: semrel_dryrun
|
||||||
container: docker.io/alpine/helm
|
container: code.spamasaurus.com/djpbessems/packer-extended:1.3.0
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:latest AS download
|
FROM alpine:latest AS download
|
||||||
|
|
||||||
RUN apk --update add --no-cache \
|
RUN apk --update add --no-cache \
|
||||||
curl \
|
curl \
|
||||||
jq && \
|
jq && \
|
||||||
curl -L https://api.github.com/repos/helm/helm/releases/latest | \
|
curl -L https://api.github.com/repos/helm/helm/releases/latest | \
|
||||||
|
Loading…
Reference in New Issue
Block a user