We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7212e3c + 32f1669 commit 5421a99Copy full SHA for 5421a99
.github/workflows/build.yml
@@ -153,7 +153,7 @@ jobs:
153
154
# Make sure the sha of "master-{sha}" tags agrees with the RUBY_REVISION in the image
155
- name: Extract ruby_sha
156
- run: echo "ruby_sha=$(docker run "$docker_image")" >> "$GITHUB_ENV"
+ run: echo "ruby_sha=$(docker run "$docker_image" ruby -e 'puts RUBY_REVISION')" >> "$GITHUB_ENV"
157
env:
158
# In docker:manifest:create:
159
# tags = ["master#{version_suffix}", ...] #=> "master${{ matrix.image_version_suffix }}"
0 commit comments