We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3afbc33 commit e8e9d5fCopy full SHA for e8e9d5f
.github/workflows/build.yml
@@ -169,7 +169,7 @@ jobs:
169
docker push ghcr.io/ruby/ruby:${{ env.ruby_version }}${{ matrix.image_version_suffix }}
170
171
- name: Push the latest image
172
- if: matrix.ubuntu_version == 'nobel' && env.ruby_version == '3.4.1' && matrix.image_version_suffix == ''
+ if: matrix.ubuntu_version == 'nobel' && contains(${{ env.ruby_version }}, '3.4.') && matrix.image_version_suffix == ''
173
run: |-
174
docker tag rubylang/ruby:${{ env.ruby_version }} rubylang/ruby:latest
175
docker push rubylang/ruby:latest
0 commit comments