Skip to content

Commit

Permalink
Merge pull request #7 from rails/publish-latest-image-to-unversioned-tag
Browse files Browse the repository at this point in the history
Publish image to non-versioned tag
  • Loading branch information
andrewn617 authored Mar 19, 2024
2 parents 5dd447f + 1f67297 commit 374d87a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
with:
imageName: ghcr.io/rails/devcontainer/images/ruby
cacheFrom: ghcr.io/rails/devcontainer/images/ruby
imageTag: 0.1.0-${{ matrix.RUBY_VERSION }}
imageTag:
- 0.1.0-${{ matrix.RUBY_VERSION }}
- ${{ matrix.RUBY_VERSION }} ]
subFolder: images/ruby
push: always

0 comments on commit 374d87a

Please sign in to comment.