Skip to content

Commit

Permalink
Fixed push_tags to refer wrong input variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 5, 2025
1 parent f870291 commit d44d9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
push: false
ubuntu_version: "${{ matrix.ubuntu_version }}"
tag_suffix: "-${{ matrix.arch }}-${{ github.sha }}"
push_tags: ${{ inputs.ruby_version || 'master' }}${{ matrix.debug_suffix }}${{ matrix.dev_suffix }}-${{ matrix.ubuntu_version }}-${{ matrix.arch }}-${{ github.sha }}
push_tags: ${{ env.ruby_version || 'master' }}${{ matrix.debug_suffix }}${{ matrix.dev_suffix }}-${{ matrix.ubuntu_version }}-${{ matrix.arch }}-${{ github.sha }}
dev_suffix: ${{ matrix.dev_suffix }}
debug_suffix: ${{ matrix.debug_suffix }}

Expand Down

0 comments on commit d44d9fe

Please sign in to comment.