We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c76ba4 commit 233257cCopy full SHA for 233257c
.github/workflows/build-and-publish-images.yaml
@@ -49,8 +49,6 @@ jobs:
49
with:
50
imageName: ghcr.io/rails/devcontainer/images/ruby
51
cacheFrom: ghcr.io/rails/devcontainer/images/ruby
52
- imageTag:
53
- - 0.2.0-${{ matrix.RUBY_VERSION }}
54
- - ${{ matrix.RUBY_VERSION }} ]
+ imageTag: 0.2.0-${{ matrix.RUBY_VERSION }},${{ matrix.RUBY_VERSION }}
55
subFolder: images/ruby
56
push: always
0 commit comments