Skip to content

Commit 27ffffe

Browse files
committed
Fix ada version missing
1 parent 0684b87 commit 27ffffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-workflow-template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- id: set-matrix
4242
run: |
4343
matrix=$(python utils/generate-matrix.py --input_image ${{ inputs.base_image }} --output_image ${{ inputs.image }} \
44-
--dh_orga liaslaboratory --images_prefix onyxia --java_versions ${{ inputs.java_versions }} )
44+
--dh_orga liaslaboratory --images_prefix onyxia --ada_verisons ${{ inputs.ada_versions }} --java_versions ${{ inputs.java_versions }} )
4545
echo $matrix
4646
echo "matrix={\"include\":$(echo $matrix)}" >> $GITHUB_OUTPUT
4747

0 commit comments

Comments
 (0)