Skip to content

Commit a250b8f

Browse files
committed
bump
1 parent 082cf5b commit a250b8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generic_build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
image_name='${{ inputs.image_name }}${{ inputs.image_prefix }}'
3838
image_dir='images/${{ inputs.image_name }}'
3939
tags='${{ inputs.tags }}'
40+
debian_version='${{ inputs.debian_version }}'
4041
echo $image_name
4142
echo $image_dir
4243
echo $tags
@@ -98,3 +99,4 @@ jobs:
9899
"${image_id}"
99100
done
100101
done
102+

0 commit comments

Comments
 (0)