Skip to content

Commit 1bd152f

Browse files
committed
Add missing inputs
1 parent d60b8cd commit 1bd152f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/tag_image_push_rhel.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,9 @@ on:
5454
jobs:
5555
build:
5656
uses: hazelcast/hazelcast-docker/.github/workflows/_reusable_tag_image_push_rhel.yml@reusable-build-pr
57-
secrets: inherit
57+
secrets: inherit
58+
with:
59+
HZ_VERSION: ${{ inputs.HZ_VERSION }}
60+
RELEASE_VERSION: ${{ inputs.RELEASE_VERSION }}
61+
IS_LTS_OVERRIDE: ${{ inputs.IS_LTS_OVERRIDE }}
62+
DRY_RUN: ${{ inputs.DRY_RUN }}

0 commit comments

Comments
 (0)