Skip to content

Commit 3abdd79

Browse files
committed
Pin Helm and Helmfile versions in build action
1 parent 0527401 commit 3abdd79

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/docker.build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ jobs:
2424
- name: Set up Docker Buildx
2525
uses: docker/setup-buildx-action@v2.9.1
2626
- name: Set up helmfile
27-
uses: helmfile/helmfile-action@v1.9.1
27+
uses: helmfile/helmfile-action@v2.0.4
28+
with:
29+
helmfile-version: 'v0.162.0'
30+
helm-version: 'v3.12.2'
2831
- name: Cache Docker layers
2932
uses: actions/cache@v4
3033
with:

0 commit comments

Comments
 (0)