Skip to content

Commit

Permalink
ci.sh: restore tr lower-casing to fix macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
kanaka committed Aug 3, 2024
1 parent dd16a7d commit d4f6b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ step_summary() {

img_base="${MAL_IMPL:-${IMPL}}"
img_impl="${img_base%%-mal}"
img_name="mal-test-${img_impl,,}"
img_name="mal-test-$(echo "${img_impl}" | tr '[:upper:]' '[:lower:]')"
img_ver=$(./voom-like-version.sh impls/${img_impl}/Dockerfile)
IMAGE="ghcr.io/kanaka/${img_name}:${img_ver}"

Expand Down

0 comments on commit d4f6b1e

Please sign in to comment.