File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 ubuntu_version : ${{ matrix.os }}
2727 ruby_version : master
2828 image_version_suffix : ${{ matrix.debug }}
29- tag_suffix : ${{ matrix.dev }}
29+ tag_suffix : ' '
3030 push_tags : ' '
31+ dev_suffix : ${{ matrix.dev }}
3132 optflags : ' '
3233 cppflags : ' '
3334 debugflags : ' '
4647 with :
4748 ruby_version : " ${{ env.ruby_version }}"
4849 nightly : " ${{ env.nightly }}"
49- image_version_suffix : " ${{ env.image_version_suffix }}${{ env.tag_suffix }}"
50+ image_version_suffix : " ${{ env.image_version_suffix }}${{ env.dev_suffix }}"
5051 ubuntu_version : " ${{ env.ubuntu_version }}"
5152 tag_suffix : " ${{ env.tag_suffix }}"
5253 target : ${{ env.target }}
5657 with :
5758 ruby_version : " ${{ env.ruby_version }}"
5859 nightly : " ${{ env.nightly }}"
59- image_version_suffix : " ${{ env.image_version_suffix }}${{ env.tag_suffix }}"
60+ image_version_suffix : " ${{ env.image_version_suffix }}${{ env.dev_suffix }}"
6061 ubuntu_version : " ${{ env.ubuntu_version }}"
6162 tag_suffix : " ${{ env.tag_suffix }}"
6263
You can’t perform that action at this time.
0 commit comments