We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0527401 commit 5322836Copy full SHA for 5322836
1 file changed
.github/workflows/docker.build.yml
@@ -24,7 +24,10 @@ jobs:
24
- name: Set up Docker Buildx
25
uses: docker/setup-buildx-action@v2.9.1
26
- name: Set up helmfile
27
- uses: helmfile/helmfile-action@v1.9.1
+ uses: helmfile/helmfile-action@v2.0.4
28
+ with:
29
+ helmfile-version: 'v0.162.0'
30
+ helm-version: 'v3.12.2'
31
- name: Cache Docker layers
32
uses: actions/cache@v4
33
with:
0 commit comments