We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9579f9c commit 89494e7Copy full SHA for 89494e7
.github/workflows/multibuild-8.1.yml
@@ -5,10 +5,15 @@ on:
5
- 'release/8.1.*'
6
7
jobs:
8
- call-multibuild:
+ multibuild_matrix:
9
+ strategy:
10
+ matrix:
11
+ build_target:
12
+ - 8_1-full
13
+ - 8_1-slim
14
uses: thirdgen88/ignition-docker/.github/workflows/multibuild.yml@main
15
with:
- build_target: 8_1
16
+ build_target: ${{ matrix.build_target }}
17
secrets:
18
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
19
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments