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