We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ab9ac commit f8ab9c6Copy full SHA for f8ab9c6
1 file changed
.github/actions/push_image/action.yml
@@ -1,5 +1,8 @@
1
name: push_image
2
inputs:
3
+ registry_name:
4
+ required: false
5
+ default: rubylang
6
ruby_version:
7
required: false
8
default: master
@@ -30,5 +33,6 @@ runs:
30
33
image_version_suffix=${{ inputs.image_version_suffix }} \
31
34
nightly=${{ inputs.nightly }} \
32
35
tag_suffix=${{ inputs.tag_suffix }} \
- latest_tag=${{ inputs.latest_tag }}
36
+ latest_tag=${{ inputs.latest_tag }} \
37
+ registry_name=${{ inputs.registry_name }}
38
shell: bash
0 commit comments