Skip to content

Commit

Permalink
Fix broken github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewn617 committed Mar 19, 2024
1 parent 3c76ba4 commit 233257c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
with:
imageName: ghcr.io/rails/devcontainer/images/ruby
cacheFrom: ghcr.io/rails/devcontainer/images/ruby
imageTag:
- 0.2.0-${{ matrix.RUBY_VERSION }}
- ${{ matrix.RUBY_VERSION }} ]
imageTag: 0.2.0-${{ matrix.RUBY_VERSION }},${{ matrix.RUBY_VERSION }}
subFolder: images/ruby
push: always

0 comments on commit 233257c

Please sign in to comment.