Skip to content

Commit

Permalink
Merge pull request #61 from akinomaeni/akinomaeni-patch-1
Browse files Browse the repository at this point in the history
Use the input LATEST
  • Loading branch information
hsbt authored Aug 1, 2024
2 parents 9e72375 + 21478af commit 6209d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Build image
run: |
rake docker:build arch=${{ env.ARCH }} ruby_version=${{ env.RUBY_VERSION }} ubuntu_version=${{ matrix.ubuntu_version }}
rake docker:build arch=${{ env.ARCH }} ruby_version=${{ env.RUBY_VERSION }} ubuntu_version=${{ matrix.ubuntu_version }} latest_tag=${{ env.LATEST }}
- name: Check image
run: |
Expand Down

0 comments on commit 6209d14

Please sign in to comment.