Skip to content

Commit 2b48fda

Browse files
committed
Fix push_tags with matrix build
1 parent 3d95fb4 commit 2b48fda

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build_multiarch.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ jobs:
3636
ruby_version: "${{ inputs.ruby_version || 'master' }}"
3737
image_version_suffix: ''
3838
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 }}
39+
push_tags: ${{ inputs.ruby_version }}${{ matrix.dev_suffix }}-${{ inputs.ubuntu_version }}-${{ matrix.arch }}-${{ github.sha }}
4240
dev_suffix: ${{ matrix.dev_suffix }}
4341
optflags: ''
4442
cppflags: ''

0 commit comments

Comments
 (0)