Skip to content

Commit eb5ddae

Browse files
committed
Added default value for push tags
1 parent f8ab9c6 commit eb5ddae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_multiarch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ruby_version: "${{ inputs.ruby_version || 'master' }}"
3737
image_version_suffix: ''
3838
tag_suffix: "-${{ matrix.arch }}-${{ github.sha }}"
39-
push_tags: ${{ inputs.ruby_version }}${{ matrix.dev_suffix }}-${{ inputs.ubuntu_version }}-${{ matrix.arch }}-${{ github.sha }}
39+
push_tags: ${{ inputs.ruby_version || 'master' }}${{ matrix.dev_suffix }}-${{ inputs.ubuntu_version || 'jammy' }}-${{ matrix.arch }}-${{ github.sha }}
4040
dev_suffix: ${{ matrix.dev_suffix }}
4141
optflags: ''
4242
cppflags: ''

0 commit comments

Comments
 (0)