build: Rebase action step container image

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
.gitea/workflows
Dockerfile

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