Skip to content

Commit 233257c

Browse files
committed
Fix broken github workflow
1 parent 3c76ba4 commit 233257c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-and-publish-images.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
with:
5050
imageName: ghcr.io/rails/devcontainer/images/ruby
5151
cacheFrom: ghcr.io/rails/devcontainer/images/ruby
52-
imageTag:
53-
- 0.2.0-${{ matrix.RUBY_VERSION }}
54-
- ${{ matrix.RUBY_VERSION }} ]
52+
imageTag: 0.2.0-${{ matrix.RUBY_VERSION }},${{ matrix.RUBY_VERSION }}
5553
subFolder: images/ruby
5654
push: always

0 commit comments

Comments
 (0)