Skip to content

Commit f8ab9c6

Browse files
committed
Pass registry_name to rake task
1 parent 32ab9ac commit f8ab9c6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/actions/push_image/action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: push_image
22
inputs:
3+
registry_name:
4+
required: false
5+
default: rubylang
36
ruby_version:
47
required: false
58
default: master
@@ -30,5 +33,6 @@ runs:
3033
image_version_suffix=${{ inputs.image_version_suffix }} \
3134
nightly=${{ inputs.nightly }} \
3235
tag_suffix=${{ inputs.tag_suffix }} \
33-
latest_tag=${{ inputs.latest_tag }}
36+
latest_tag=${{ inputs.latest_tag }} \
37+
registry_name=${{ inputs.registry_name }}
3438
shell: bash

0 commit comments

Comments
 (0)