Commit fec2ab8 1 parent c71fc01 commit fec2ab8 Copy full SHA for fec2ab8
File tree 1 file changed +26
-3
lines changed
1 file changed +26
-3
lines changed Original file line number Diff line number Diff line change 14
14
jobs :
15
15
docker :
16
16
runs-on : ubuntu-latest
17
+ strategy :
18
+ matrix :
19
+ include :
20
+ - helm : 3.5.4
21
+ docker_tag : helm-3.5
22
+ - helm : 3.9.0
23
+ docker_tag : helm-3.9
17
24
steps :
18
25
19
26
- name : Check Out Repo
36
43
37
44
-
38
45
name : Build and push
39
- id : docker_build
46
+ id : docker_build_latest
40
47
uses : docker/build-push-action@v2
41
48
with :
42
49
push : true
46
53
build-args : |
47
54
ansible_base_version=2.11-tools-0.39
48
55
cidre_version=0.12.1
49
- helm_version=3.7.1
56
+ helm_version=3.9.0
57
+ keployr_version=1.0.7
58
+ BUILDKIT_INLINE_CACHE=1
59
+
60
+ -
61
+ name : Build and push
62
+ id : docker_build
63
+ uses : docker/build-push-action@v2
64
+ with :
65
+ push : true
66
+ context : .
67
+ tags : ${{ matrix.docker_tag }}-${{ steps.meta.outputs.tags }}
68
+ labels : ${{ steps.meta.outputs.labels }}
69
+ build-args : |
70
+ ansible_base_version=2.11-tools-0.39
71
+ cidre_version=0.12.1
72
+ helm_version=${{ matrix.helm }}
50
73
keployr_version=1.0.7
51
- BUILDKIT_INLINE_CACHE=1
74
+ BUILDKIT_INLINE_CACHE=1
You can’t perform that action at this time.
0 commit comments