Closed JackPGreen closed 5 months ago
Am I missing something or
matrix.suffix
is not defined and always empty intag_image_push_rhel.yml
?
Glad it's not just me.
Am I missing something or
matrix.suffix
is not defined and always empty intag_image_push_rhel.yml
?Glad it's not just me.
Yes, it's empty:
TAGS_TO_PUSH=$(get_tags_to_push 5.4.0 "" "17" "$DEFAULT_JDK")
9f812ce78e7f0ca9c129e92d5b2abdc1f154b7a3
I've added the matrix to that job.
suffix
is a hardcoded derivative ofvariant
, and can instead be derived dynamically.tag_image_push_rhel.yml
usedsuffix
, but never actually set it (unliketag_image_push.yml
which did), so hardcoded it to""
instead.Fixes: https://github.com/hazelcast/hazelcast-docker/issues/753