build: Rebase action step container image
This commit is contained in:
parent
81f7b7b669
commit
f6d3804907
@ -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
|
||||
|
@ -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 | \
|
||||
|
Loading…
Reference in New Issue
Block a user