File tree Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Original file line number Diff line number Diff line change 1414jobs :
1515 docker :
1616 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
1724 steps :
1825
1926 - name : Check Out Repo
3643
3744 -
3845 name : Build and push
39- id : docker_build
46+ id : docker_build_latest
4047 uses : docker/build-push-action@v2
4148 with :
4249 push : true
4653 build-args : |
4754 ansible_base_version=2.11-tools-0.39
4855 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 }}
5073 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