We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c6e48 commit 89c9c1eCopy full SHA for 89c9c1e
1 file changed
.github/workflows/build_testing-tools.yaml
@@ -22,12 +22,20 @@ on:
22
23
jobs:
24
build_image:
25
- name: Reusable Workflow
+ name: Reusable Workflow (${{ matrix.product-name }})
26
+ strategy:
27
+ fail-fast: false
28
+ matrix:
29
+ product-name:
30
+ - testing-tools
31
+ - testing-tools/nifi
32
+ - testing-tools/trino
33
+ - testing-tools/hive
34
uses: ./.github/workflows/reusable_build_image.yaml
35
secrets:
36
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
37
slack-token: ${{ secrets.SLACK_CONTAINER_IMAGE_TOKEN }}
38
with:
- product-name: testing-tools
39
+ product-name: ${{ matrix.product-name }}
40
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
41
registry-namespace: sdp
0 commit comments