We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ab9c6 commit eb5ddaeCopy full SHA for eb5ddae
1 file changed
.github/workflows/build_multiarch.yml
@@ -36,7 +36,7 @@ jobs:
36
ruby_version: "${{ inputs.ruby_version || 'master' }}"
37
image_version_suffix: ''
38
tag_suffix: "-${{ matrix.arch }}-${{ github.sha }}"
39
- push_tags: ${{ inputs.ruby_version }}${{ matrix.dev_suffix }}-${{ inputs.ubuntu_version }}-${{ matrix.arch }}-${{ github.sha }}
+ push_tags: ${{ inputs.ruby_version || 'master' }}${{ matrix.dev_suffix }}-${{ inputs.ubuntu_version || 'jammy' }}-${{ matrix.arch }}-${{ github.sha }}
40
dev_suffix: ${{ matrix.dev_suffix }}
41
optflags: ''
42
cppflags: ''
0 commit comments